You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by jamal sasha <ja...@gmail.com> on 2013/09/23 23:37:51 UTC

Reading simple json file

Hi,

I am trying to read simple json data as:
d =LOAD 'json_output' USING
JSONLOADER(('ip:chararray,_id:chararray,cats:[chararray]');
But I am getting this error:
2013-09-23 14:33:17,127 [main] ERROR org.apache.pig.tools.grunt.Grunt -
ERROR 1070: Could not resolve JSONLOADER using imports: [,
org.apache.pig.builtin., org.apache.pig.impl.builtin.]
Details at logfile: /home/user/mohit/pig-0.11.1-src/pig_1379969371188.log


What am i missing?

Re: Reading simple json file

Posted by jamal sasha <ja...@gmail.com>.
never mind :D


On Mon, Sep 23, 2013 at 2:37 PM, jamal sasha <ja...@gmail.com> wrote:

> Hi,
>
> I am trying to read simple json data as:
> d =LOAD 'json_output' USING
> JSONLOADER(('ip:chararray,_id:chararray,cats:[chararray]');
> But I am getting this error:
> 2013-09-23 14:33:17,127 [main] ERROR org.apache.pig.tools.grunt.Grunt -
> ERROR 1070: Could not resolve JSONLOADER using imports: [,
> org.apache.pig.builtin., org.apache.pig.impl.builtin.]
> Details at logfile: /home/user/mohit/pig-0.11.1-src/pig_1379969371188.log
>
>
> What am i missing?
>
>

Re: Reading simple json file

Posted by Pradeep Gollakota <pr...@gmail.com>.
Improper capitalization. Storage functions are case sensitive, try
JsonLoader.


On Mon, Sep 23, 2013 at 2:37 PM, jamal sasha <ja...@gmail.com> wrote:

> Hi,
>
> I am trying to read simple json data as:
> d =LOAD 'json_output' USING
> JSONLOADER(('ip:chararray,_id:chararray,cats:[chararray]');
> But I am getting this error:
> 2013-09-23 14:33:17,127 [main] ERROR org.apache.pig.tools.grunt.Grunt -
> ERROR 1070: Could not resolve JSONLOADER using imports: [,
> org.apache.pig.builtin., org.apache.pig.impl.builtin.]
> Details at logfile: /home/user/mohit/pig-0.11.1-src/pig_1379969371188.log
>
>
> What am i missing?
>