| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
1379 (0.153s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Locks in HDFS - Hadoop - [mail # user]
|
|
...HDFS does not have such a client-side feature, but your applications can use Apache Zookeeper to coordinate and implement this on their own - it can be used to achieve distributed locking. W...
|
|
|
Author: Harsh J,
2013-02-22, 06:03
|
|
|
Re: How to add another file system in Hadoop - Hadoop - [mail # user]
|
|
...What Hemanth points to (fs.TYPE.impl, i.e. fs.cdmi.impl being set to the classname of the custom FS impl.) is correct for the 1.x releases. In 2.x and ahead, the class for a URI is auto-disc...
|
|
|
Author: Harsh J,
2013-02-21, 12:53
|
|
|
Re: Piping output of hadoop command - Hadoop - [mail # user]
|
|
...Hi, The command you're looking for is not -copyToLocal (it doesn't really emit the file, which you seem to need here), but rather a simple -cat: Something like the below would ma...
|
|
|
Author: Harsh J,
2013-02-18, 18:01
|
|
|
Re: [ANNOUNCE] hadoop-2.0.3-alpha released! - Hadoop - [mail # general]
|
|
...Thanks for doing this Arun, and the extra notes as well! Karthik - Looks like http://hadoop.apache.org/docs/ doesn't seem to have 2.0.3 docs yet. I think the location of putting down d...
|
|
|
Author: Harsh J,
2013-02-15, 18:00
|
|
|
Re: configure mapreduce to work with pem files. - Hadoop - [mail # user]
|
|
...Hi, Nodes in Hadoop do not communicate using SSH. See http://wiki.apache.org/hadoop/FAQ#Does_Hadoop_require_SSH.3F On Wed, Feb 13, 2013 at 5:16 PM, Pedro Sá da Costa wrote:...
|
|
|
Author: Harsh J,
2013-02-13, 12:58
|
|
|
Re: Anyway to load certain Key/Value pair fast? - Hadoop - [mail # general]
|
|
...Please do not use the general@ lists for any user-oriented questions. Please redirect them to [EMAIL PROTECTED] lists, which is where the user community and questions lie. I've moved y...
|
|
|
Author: Harsh J,
2013-02-13, 05:29
|
|
|
Re: The method setMapperClass(Class<? extends Mapper>) in the type Job is not applicable for the arguments - Hadoop - [mail # user]
|
|
...Your import line of Mapper has the issue. It is imported as below, which can probably be removed as it is unnecessary: import org.apache.hadoop.mapreduce.Mapper.Context; But you ...
|
|
|
Author: Harsh J,
2013-02-09, 18:35
|
|
|
Re: The method setMapperClass(Class<? extends Mapper>) in the type Job is not applicable for the arguments - Hadoop - [mail # user]
|
|
...Whatever "csatAnalysis.MapClass" the compiler picked up, it appears to not be extending the org.apache.hadoop.mapreduce.Mapper class. From your snippets it appears that you have it all defin...
|
|
|
Author: Harsh J,
2013-02-09, 18:09
|
|
|
Re: Compile and deploy source code for Hadoop 1.0.4 - Hadoop - [mail # dev]
|
|
...Hi Trupti, Welcome! My responses inline. On Sat, Feb 9, 2013 at 7:59 PM, Trupti Gaikwad wrote: Although I do not know your goal here, note that the trunk is the best ...
|
|
|
Author: Harsh J,
2013-02-09, 14:51
|
|
|
Re: YARN Contributor Meetup on 22nd Feb, 2013 - Hadoop - [mail # general]
|
|
...+ yarn-dev@ list On Sat, Feb 2, 2013 at 4:22 AM, Arun C Murthy wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-02-06, 05:48
|
|
|
|