Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 25 (0.27s).
Loading phrases to help you
refine your search...
Re:Re: Re: how to define new InputFormat with streaming? - Hadoop - [mail # dev]
...you are right!  Now the import path is all right.         At 2013-03-18 09:57:33,"Harsh J"  wrote:...
   Author: springring, 2013-03-18, 02:48
Re:Re: how to define new InputFormat with streaming? - Hadoop - [mail # dev]
...thanks I modify the java file with old "mapred" API, but there is still error   javac -classpath /usr/lib/hadoop/hadoop-core-0.20.2-cdh3u3.jar:/usr/lib/hadoop/lib/* -d class9 ./*.java ....
   Author: springring, 2013-03-18, 01:52
how to define new InputFormat with streaming? - Hadoop - [mail # dev]
...Hi,       my hadoop version is Hadoop 0.20.2-cdh3u3 and I want to define new InputFormat in hadoop book , but there is error "class org.apache.hadoop.streaming.WholeFileInputF...
   Author: springring, 2013-03-15, 09:18
WholeFileInputFormat  with  streaming - Hadoop - [mail # dev]
...Hi,      I want to use: hadoop jar /hadoop-streaming-0.20.2-cdh3u3.jar -inputformat org.apache.hadoop.streaming.WholeFileInputFormat      so, I download code fr...
   Author: springring, 2013-03-02, 08:18
Hive utf8 - Hadoop - [mail # dev]
...Hi,     I put some file include chinese into HDFS.    And read the file as "hadoop fs -cat /user/hive/warehouse/..." ,  is ok, I can see the chinese.    Bu...
   Author: springring, 2013-01-16, 01:54
Re:Re:Re: Re: python streaming error - Hadoop - [mail # dev]
...sorry the error keep on, even when i modify the code  "offset,filename = line.strip().split("\t")"         At 2013-01-14 09:27:10,springring  wrote:...
   Author: springring, 2013-01-14, 01:53
Re:Re: Re: python streaming error - Hadoop - [mail # dev]
...hi,      I find the key point, not the hostname, it is right. just chang "offset,filename = line.split("\t")" to "offset,filename = line.strip().split("\t")" now it pass  ...
   Author: springring, 2013-01-14, 01:27
Re:Re: python streaming error - Hadoop - [mail # dev]
...hi,      I modify the file as below, there is still error    1 #!/bin/env python   2   3 import sys   4   5 for line in sys.stdin:   6  ...
   Author: springring, 2013-01-12, 08:55
python streaming error - Hadoop - [mail # dev]
...Hi,       When I run code below as a streaming, the job error N/A and killed.  I run step by step, find it error when " file_obj = open(file) " .  When I run same co...
   Author: springring, 2013-01-12, 08:30
Re: Re:HDFS start-up with safe mode? - Hadoop - [mail # user]
...I modify the value of "dfs.safemode.threshold.pct" to zero, now everything is ok. log file as below But there are still three questions    1.. Can I regain percentage of blocks tha...
   Author: springring, 2011-04-08, 09:36
Sort:
project
Hadoop (25)
type
mail # dev (23)
mail # user (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (4)
last 6 months (9)
last 9 months (25)
author
Harsh J (1373)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
springring