| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
30 (0.185s).
|
|
|
Loading phrases to help you refine your search...
|
|
Unable to store data into HBase - Pig - [mail # user]
|
|
...Hello list, I have a file in my Hdfs and I am reading this file and trying to store the data into an HBase table through Pig Shell. Here are the commands I am usi...
|
|
|
Author: Mohammad Tariq,
2012-09-03, 07:30
|
|
|
Re: FileAlreadyExistsException while running pig - Pig - [mail # user]
|
|
...Hello Haitao, Each time we run a MapReduce job, the job expects the output to be non-existent. If the output path is already there then FileAlreadyExists exception ...
|
|
|
Author: Mohammad Tariq,
2012-08-10, 18:51
|
|
|
Re: foreach in PIG is not working. - Pig - [mail # user]
|
|
...complete query would be something like this : grunt> a = load '/dir1/demo.txt' using PigStorage (' ') as (name:chararray, roll:int ); #Pay special attention to "PigSto...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 18:42
|
|
|
Re: foreach in PIG is not working. - Pig - [mail # user]
|
|
...Don't use (',')...By default, LOAD looks for our data in a tab-delimited file using the default LOAD function i.e PigStorage. But the data in your file is "space separated" and not tab-separ...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 18:36
|
|
|
Re: foreach in PIG is not working. - Pig - [mail # user]
|
|
...try this : A=load '/HADOOP/Yogesh/demo.txt' using PigStorage (' ') as (name:chararray, roll:int) Regards, Mohammad Tariq On Wed, Jul 25, 2012 at 11:47 PM, pablomar...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 18:20
|
|
|
Re: foreach in PIG is not working. - Pig - [mail # user]
|
|
...Hi Yogesh, As per the result of dump A, it is correct. Just see that whatever is there in A, it's one complete chararray (Yogesh 12,). Although you a...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 18:10
|
|
|
Re: DATA not storing as comma-separted - Pig - [mail # user]
|
|
...Hello Yogesh, Also add these lines, export PIG_CLASSPATH=/HADOOP_HOME/conf & export HADOOP_CONF_DIR=/HADOOP_HOME/conf, and see if it works for you. Regards,...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 14:09
|
|
|
Re: DATA not storing as comma-separted - Pig - [mail # user]
|
|
...Also, it would be help to go to the MapReduce web UI and having a look at the details of the job corresponding to this query. Regards, Mohammad Tariq On Wed, Jul 2...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 12:04
|
|
|
Re: DATA not storing as comma-separted - Pig - [mail # user]
|
|
...I have worked with pig-0.7.0 once and it was working fine. Try to see if there is anything interesting in the log files. Also, if possible, share 2-3 lines of your file..I'll give it a try o...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 12:01
|
|
|
Re: DATA not storing as comma-separted - Pig - [mail # user]
|
|
...Hi Yogesh, Is 'load' working fine with PigStorage()?? Try to load something using PigStorage(',') and dump it to see if that is working. Regards, &nb...
|
|
|
Author: Mohammad Tariq,
2012-07-25, 11:30
|
|
|
|