Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 606 Bytes

pig-3441

This project demonstrates the issue mentioned in PIG-3441

Build

mvn clean package

Run

  • Sample Pig script to test -

    src/main/bin/myfs.pig

    • Replace the path to pig3441-1.0-SNAPSHOT.jar in this script before running
    • A pre-built pig3441-1.0-SNAPSHOT.jar exists in the src/main/bin directory but you can re-build using the command above as well.
  • Sample command to run myfs.pig

    bin/pig -Dfs.defaultFS=hdfs://localhost:9000 -Dfs.myfs.impl=pig.pig3441.MyFileSystem ./src/main/bin/myfs.pig