Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by ThejasNair: http://wiki.apache.org/pig/Eclipse_Environment The comment on the change is: added hbase under libs, requires jdk 1.6. tips section. ------------------------------------------------------------------------------ Libraries {{{ lib/hadoopXXX.jar + lib/hbaseXXX-test.jar + lib/hbaseXXX.jar lib/javacc.jar lib/jline-XXX.jar -> Appears with latest Pig version only lib/jsch-xxx.jar @@ -95, +97 @@ }}} + + ==== Troubleshooting ==== + * Build problems: Check if eclipse is using JDK version 1.6, pig needs it (Under Preferences/Java/Compiler). + + ==== Tips ==== + * To build using eclipse , double click on build.xml under your project, and it will open Ant window. Double click on jar in that will build pig.jar, on test will run unit tests. +
