Skip to content

bdmogal/pig-3441

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project demonstrates the issue mentioned in PIG-3441

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published