[
https://issues.apache.org/jira/browse/PIG-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978394#comment-13978394
]
David Medinets commented on PIG-3880:
-------------------------------------
Responding to the dry run question first. On
http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html, in the 'Parameter
Substitution' section, it describes 'pig -dryrun' as follows: "With this
option, the script is not run and a fully substituted Pig script produced in
the current working directory named original_script_name.substituted"
> After compiling trunk, I am seeing ClassLoaderObjectInputStream
> ClassNotFoundException.
> ---------------------------------------------------------------------------------------
>
> Key: PIG-3880
> URL: https://issues.apache.org/jira/browse/PIG-3880
> Project: Pig
> Issue Type: Bug
> Components: grunt
> Affects Versions: 0.13.0
> Reporter: David Medinets
>
> I pulled trunk from subversion using the following commands:
> mkdir pig
> cd pig
> svn co http://svn.apache.org/repos/asf/pig/trunk
> cd trunk
> ant
> export PATH=$PATH:$HOME/pig/trunk/bin
> export ACCUMULO_HOME=/opt/accumulo
> export HADOOP_HOME=/opt/hadoop
> export PIG_HOME=$HOME/pig/trunk
> export PIG_CLASSPATH="$HOME/pig/trunk/build/ivy/lib/Pig/*"
> export PIG_CLASSPATH="$ACCUMULO_HOME/lib/*:$PIG_CLASSPATH"
> cd ~
> pig
> Then I ran into this error:
> java.lang.NoClassDefFoundError:
> org/apache/commons/io/input/ClassLoaderObjectInputStream
> at org.apache.pig.Main.run(Main.java:399)
> When I change PIG_JAR to use the fat jar, I was able to run the pig command
> without getting the exception.
--
This message was sent by Atlassian JIRA
(v6.2#6252)