Member since
04-02-2016
1
Post
0
Kudos Received
0
Solutions
04-02-2016
09:12 PM
Any idea how we can pass multiple parameters to the curl command? eg: I would want to specify an input as well as output file as a parameter to my query.pig file Also, I have a jar that I register within my pig script. How to use that with curl command? eg register "/home/test/my.jar" A = load '$input/pig' using pigstorage() Store A into '$output' ------------------------------------ Above I am trying to pass 2 parameters: input and output as well as trying to register a jar that is there on my local. Any idea how to go about it? Again, I am trying to run the above script via curl Thank you
... View more