| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
53 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: DistributedCache in NewAPI on 0.20.X branch - Hadoop - [mail # user]
|
|
...Hi Shi My Bad, the syntax i posted last time was not the right one , sorry was from my hand held @Override public void setup(Context context) { ...
|
|
|
Author: Bejoy Ks,
2011-12-17, 19:45
|
|
|
Re: DistributedCache in NewAPI on 0.20.X branch - Hadoop - [mail # user]
|
|
...Hi Shi Try out the following,it could get things working Use DistributedCache.getCacheFiles() instead of DistributedCache.getLocalCacheFiles() p...
|
|
|
Author: Bejoy Ks,
2011-12-16, 09:33
|
|
|
Re: Where do i see Sysout statements after building example ? - Hadoop - [mail # user]
|
|
...Adding on to Harsh's response. If your Sysouts are on mapper or reducer classes, you can get the same from from WebUI as well, http://:50030/jobtracker.jsp . You need to select your jo...
|
|
|
Author: Bejoy Ks,
2011-12-13, 17:35
|
|
|
Re: MAX_FETCH_RETRIES_PER_MAP (TaskTracker dying?) - Hadoop - [mail # user]
|
|
...Hi Chris From the stack trace, it looks like a JVM corruption issue. It is a known issue and have been fixed in CDH3u2, i believe an upgrade would solve you...
|
|
|
Author: Bejoy Ks,
2011-12-05, 21:11
|
|
|
Re: Pig Output - Hadoop - [mail # user]
|
|
...Hi Aaron Instead of copyFromLocal use getmerge. It would do your job. The syntax for CLI is hadoop fs -getmerge /xyz.txt Hope it helps!... &nbs...
|
|
|
Author: Bejoy Ks,
2011-12-05, 20:34
|
|
|
Re: Multiple Mappers for Multiple Tables - Hadoop - [mail # user]
|
|
...Hi Justin, Just to add on to my response. If you need to fetch data from rdbms on your mapper using your custom mapreduce code you can use the DBInp...
|
|
|
Author: Bejoy Ks,
2011-12-05, 20:31
|
|
|
Re: Multiple Mappers for Multiple Tables - Hadoop - [mail # user]
|
|
...Justin If I get your requirement right you need to get in data from multiple rdbms sources and do a join on the same, also may be some more custom operations on t...
|
|
|
Author: Bejoy Ks,
2011-12-05, 20:06
|
|
|
Re: Multiple reducers - Hadoop - [mail # user]
|
|
...Hi Hoot You can specify the number of reducers explicitly using -D mapred.reduce.tasks=n. hadoop jar wordcount.jar com.wc.WordCount –D mapred.reduce.tasks=n /inp ut /output  ...
|
|
|
Author: Bejoy Ks,
2011-11-29, 14:45
|
|
|
Re: Issue with DistributedCache - Hadoop - [mail # user]
|
|
...My Bad, I pasted the wrong file. It is updated now, did a few tiny modifications(commented in code) and it was working fine for me. http://pastebin.com/RDuZX7Qd Alex, Thanks a lot for ...
|
|
|
Author: Bejoy Ks,
2011-11-24, 16:03
|
|
|
Re: Issue with DistributedCache - Hadoop - [mail # user]
|
|
...Hi Denis I tried your code with out distributed cache locally and it worked fine for me. Please find it at http://pastebin.com/ki175YUx I echo Mike's words i...
|
|
|
Author: Bejoy Ks,
2011-11-24, 14:45
|
|
|
|