| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
451 (0.104s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: disk used percentage is not symmetric on datanodes (balancer) - HDFS - [mail # user]
|
|
...What do you mean that the balancer is always active? It is to be used as a tool and it exits once it balances in a specific run (loops until it does, but always exits at end). The balancer d...
|
|
|
Author: Harsh J,
2013-03-19, 04:50
|
|
|
Re: access hadoop cluster from ubuntu on laptop - HDFS - [mail # user]
|
|
...What George's suggested is more of a hack. If you want to write proper impersonation code that works despite the security toggle, follow http://hadoop.apache.org/docs/stable/Secure_Impersona...
|
|
|
Author: Harsh J,
2013-03-18, 07:24
|
|
|
Re: OutOfMemory during Plain Java MapReduce - HDFS - [mail # user]
|
|
...Paul's way is much more easier than doing the serialization way I mentioned earlier. I didn't pay attention to the logic used but just the implementation, my bad :) On Fri, Mar 8, 2013...
|
|
|
Author: Harsh J,
2013-03-09, 00:55
|
|
|
Re: Job driver and 3rd party jars - HDFS - [mail # user]
|
|
...To be precise, did you use -libjar or -libjars? The latter is the right option. On Fri, Mar 8, 2013 at 12:18 AM, Barak Yaish wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-03-08, 00:27
|
|
|
Re: mapred.max.tracker.failures - HDFS - [mail # user]
|
|
...It is a per-job config which controls the automatic job-level blacklist: If, for a single job, a specific tracker has failed 4 (or X) total tasks, then as prevent scheduling anymore of the j...
|
|
|
Author: Harsh J,
2013-03-07, 06:02
|
|
|
Re: Best practices for adding services to Hadoop cluster? - HDFS - [mail # user]
|
|
...Can the mapper not directly talk to whatever application server the Windows server runs? Is the work needed to be done in the map step (i.e. per record)? If not, you can perhaps also conside...
|
|
|
Author: Harsh J,
2013-03-07, 05:21
|
|
|
Re: location of log files for mapreduce job run through eclipse - HDFS - [mail # user]
|
|
...If you've not changed any configs, look under /tmp/hadoop-${user.name}/ perhaps. On Thu, Mar 7, 2013 at 3:19 AM, Sayan Kole wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-03-07, 01:01
|
|
|
Re: preferential distribution of tasks to tasktracker by jobtracker based on specific criteria (cpu frequency) - HDFS - [mail # user]
|
|
...MRv1: Both the CapacityScheduler and FairScheduler support some form of resource aware scheduling (Capacity supports memory provisions while Fair provides an interface you can plug into to i...
|
|
|
Author: Harsh J,
2013-03-07, 01:00
|
|
|
Re: mapper combiner and partitioner for particular dataset - HDFS - [mail # user]
|
|
...The MultipleInputs class only supports mapper configuration per dataset. It does not let you specify a partitioner and combiner as well. You will need a custom written "high level" partition...
|
|
|
Author: Harsh J,
2013-03-03, 11:28
|
|
|
Re: Urgent Requirement: How to copy File from One cluster to another cluster using java client(throught java Program) - HDFS - [mail # user]
|
|
...Samir, It was pointed out by another member in your earlier post but here it is again. The error returned is sorta clear enough: org.apache.hadoop.security.AccessControlException...
|
|
|
Author: Harsh J,
2013-03-02, 05:45
|
|
|
|