| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
112 (0.106s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Building LZO on hadoop - Hadoop - [mail # user]
|
|
...Fixed. In the configure script src/native/ change echo 'int main(int argc, char **argv){return 0;}' > conftest.c if test -z "`${CC} ${LDFLAGS} -o conftest conftest.c -llzo2 2...
|
|
|
Author: Saptarshi Guha,
2009-04-01, 19:55
|
|
|
Building LZO on hadoop - Hadoop - [mail # user]
|
|
...I checked out hadoop-core-0.19 export CFLAGS=$CUSTROOT/include export LDFLAGS=$CUSTROOT/lib (they contain lzo which was built with --shared) lzo1a.h lzo1b.h lzo1c.h l...
|
|
|
Author: Saptarshi Guha,
2009-04-01, 18:29
|
|
|
Re: X not in slaves, yet still being used as a tasktracker - Hadoop - [mail # user]
|
|
...Aha,there isn't a tasktracker running on X, yet jps shows 4 children and when jobs fail i see failures on X too. So what exactly can I stop? jps output on X 20044 org.apache.hadoop.mapred.Jo...
|
|
|
Author: Saptarshi Guha,
2009-03-31, 17:51
|
|
|
X not in slaves, yet still being used as a tasktracker - Hadoop - [mail # user]
|
|
...Hello, A machine X which is the master: it is the jobtracker, namenode and secondary namenode. It is not in the slaves file and is not part of the HDFSHowever in the mapreduce web page...
|
|
|
Author: Saptarshi Guha,
2009-03-29, 16:00
|
|
|
Re: JNI and calling Hadoop jar files - Hadoop - [mail # user]
|
|
...Delayed response. However, I stand corrected. I was using a package called rJava which integrates R and java. Maybe there was a classloader issue but once I rewrote my stuff using C and JNI,...
|
|
|
Author: Saptarshi Guha,
2009-03-27, 19:51
|
|
|
JNI and calling Hadoop jar files - Hadoop - [mail # user]
|
|
...Hello, I'm using some JNI interfaces, via a R. My classpath contains all the jar files in $HADOOP_HOME and $HADOOP_HOME/lib My class is public SeqKeyList() throws Exception { &...
|
|
|
Author: Saptarshi Guha,
2009-03-24, 02:12
|
|
|
Task Side Effect files and copying(getWorkOutputPath) - Hadoop - [mail # user]
|
|
...Hello, I would like to produce side effect files which will be later copied to the outputfolder. I am using FileOuputFormat, and in the Map's close() method i copy files (from the local tmp/...
|
|
|
Author: Saptarshi Guha,
2009-03-16, 15:59
|
|
|
Throwing an IOException in Map, yet task does not fail - Hadoop - [mail # user]
|
|
...Hello, I have given a case where my mapper should fail. That is, based on a result it throws an exception if(res==0) throw new IOException("Error in code!, see stderr/out"); , When i go to t...
|
|
|
Author: Saptarshi Guha,
2009-03-06, 02:42
|
|
|
Throw an exception if the configure method fails - Hadoop - [mail # user]
|
|
...hello, I'm not that comfortable with java, so here is my question. In the MapReduceBase class, i have implemented the configure method, which does not throw an exception. Suppose I detect an...
|
|
|
Author: Saptarshi Guha,
2009-03-06, 00:24
|
|
|
Re: Mapreduce jobconf options:webpage - Hadoop - [mail # user]
|
|
...Thank you Saptarshi Guha On Thu, Mar 5, 2009 at 6:56 PM, james warren wrote: your wrote:...
|
|
|
Author: Saptarshi Guha,
2009-03-06, 00:20
|
|
|
|