Skip to content

create orka pithos.jar

KPetsas edited this page Jan 22, 2016 · 1 revision

Create orka-pithos.jar

  1. Open Eclipse
  2. File --> New --> Java Project --> Give a name to the Project (Pithosfs)
  3. Copy escience/pithosfs/java folder's files to the Pithosfs folder in eclipse
  4. Right click on Pithosfs(folder in eclipse) --> Configure --> Add Ivy dependency management
  5. Right click on ivy.xml --> Add Ivy Library... --> Finish
  6. Do any necessary change in code
  7. Right click on Pithosfs(folder in eclipse) --> Export... --> Java --> JAR file --> tick only the src folder, select the export destination to be escience/pithosfs/java/dist/orka-pithos.jar --> Next --> Finish

After these steps we have the orka-pithos.jar and in order to test it we must distribute it to the hadoop cluster and replace the old one with this. Finally, we restart the hadoop services.

Clone this wiki locally