You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/06 22:58:32 UTC

[Pig Wiki] Update of "Eclipse Environment" by ThejasNair

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.
+