apache pig - mismatched input '(' expecting QUOTEDSTRING -


i have 1 data set given below

1,2,3

4,5,6

grunt command have tried 1. load ('text') using pigstorage(","); 2. = load ("text") using pigstorage(','); 3. load ('text') using pigstorage(',') (f1:int,f2:int,f3:int);

all command returns same error.

error org.apache.pig.tools.grunt.grunt - error 1200: mismatched input '(' expecting quotedstring

check documentation, it's easy

https://pig.apache.org/docs/r0.14.0/basic.html#load


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -