1 Aug 2011 17:28
[Created] (PIG-2198) pig.additional.jars does not support s3 paths
pig.additional.jars does not support s3 paths
---------------------------------------------
Key: PIG-2198
URL: https://issues.apache.org/jira/browse/PIG-2198
Project: Pig
Issue Type: Bug
Affects Versions: 0.8.1
Reporter: Jeremy Custenborder
Priority: Minor
The delimiter for additional jars is ":" which is part of the uri for a S3 path.
*Repro*
Add the following to the command line.
{quote}
-Dpig.additional.jars=s3://bucket/udf.jar
{quote}
{quote}
Error before Pig is launched
----------------------------
ERROR 101: Could not copy s3 to local destination /mnt/var/lib/hadoop/steps/1/tmp/s3
org.apache.pig.backend.executionengine.ExecException: ERROR 4010: Failed to register jar :s3.
Caught exception.
at org.apache.pig.PigServer.addJarsFromProperties(PigServer.java:253)
at org.apache.pig.PigServer.<init>(PigServer.java:239)
at org.apache.pig.PigServer.<init>(PigServer.java:215)
at org.apache.pig.tools.grunt.Grunt.<init>(Grunt.java:55)
(Continue reading)
RSS Feed