| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
155 (0.227s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Trouble in running MapReduce application - MapReduce - [mail # user]
|
|
...Can you try this ? Pick a class like WordCount from your package and execute this command: javap -classpath -verbose org.myorg.Wordcount | grep version. For e.g. here's wha...
|
|
|
Author: Hemanth Yamijala,
2013-02-23, 13:05
|
|
|
Re: map reduce and sync - MapReduce - [mail # user]
|
|
...Could you please clarify, are you opening the file in your mapper code and reading from there ? Thanks Hemanth On Friday, February 22, 2013, Lucas Bernardi wrote: ...
|
|
|
Author: Hemanth Yamijala,
2013-02-23, 07:37
|
|
|
Re: OutOfMemoryError during reduce shuffle - MapReduce - [mail # user]
|
|
...There are a few tweaks In configuration that may help. Can you please look at http://hadoop.apache.org/docs/r1.0.4/mapred_tutorial.html#Shuffle%2FReduce+Parameters Also, since you have...
|
|
|
Author: Hemanth Yamijala,
2013-02-21, 01:41
|
|
|
Re: ClassNotFoundException in Main - MapReduce - [mail # user]
|
|
...Thats because the error is not related to the packaging. As mentioned in my last mail, downgrade the java version used for compiling your code from Jdk 7 to Jdk 6. If you are using an IDE, i...
|
|
|
Author: Hemanth Yamijala,
2013-02-19, 17:05
|
|
|
Re: ClassNotFoundException in Main - MapReduce - [mail # user]
|
|
...I am not sure if that will actually work, because the class is defined to be in the org.myorg package. I suggest you repackage to reflect the right package structure. Also, the error y...
|
|
|
Author: Hemanth Yamijala,
2013-02-19, 16:40
|
|
|
Re: ClassNotFoundException in Main - MapReduce - [mail # user]
|
|
...Have you used the Api setJarByClass in your main program? http://hadoop.apache.org/docs/r1.0.4/api/org/apache/hadoop/mapreduce/Job.html#setJarByClass(java.lang.Class) On Tuesday,...
|
|
|
Author: Hemanth Yamijala,
2013-02-19, 16:02
|
|
|
Re: Database insertion by HAdoop - MapReduce - [mail # user]
|
|
...Sqoop can be used to export as well. Thanks Hemanth On Tuesday, February 19, 2013, Masoud wrote: ...
|
|
|
Author: Hemanth Yamijala,
2013-02-19, 15:52
|
|
|
Re: Database insertion by HAdoop - MapReduce - [mail # user]
|
|
...Hi, You could consider using sqoop. http://sqoop.apache.org/ there seemed to be a SQL connector from Microsoft. http://www.microsoft.com/en-gb/download/details.aspx?id=27584 Than...
|
|
|
Author: Hemanth Yamijala,
2013-02-19, 01:14
|
|
|
Re: How to understand DataNode usages ? - MapReduce - [mail # user]
|
|
...This seems to be related to the % used capacity at a datanode. The values are computed for all the live datanodes, and the range / central limits / deviations are computed based on a sorted ...
|
|
|
Author: Hemanth Yamijala,
2013-02-15, 04:10
|
|
|
Re: Java submit job to remote server - MapReduce - [mail # user]
|
|
...Can you please include the complete stack trace and not just the root. Also, have you set fs.default.name to a hdfs location like hdfs://localhost:9000 ? Thanks Hemanth On Wednes...
|
|
|
Author: Hemanth Yamijala,
2013-02-13, 01:16
|
|
|
|