hi all,
i have a question about hue
i’m running a pig script using pig-GUI in hue
the script was pretty simple
A = load ‘/user/hdfs/hadoop-.1417661242788′;
dump A;
i run it via pig console (OK)
but cannot run it via hue
the error is “Cannot locate pig-withouthadoop.jar. do ‘ant jar-withouthadoop’, and try again”
i’ve set $PIG_HOME, and there are pig.jar and pig-withouthadoop.jar in $PIG_HOME
can anyone help me ?