| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
1036 (0.079s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: One NameNode keeps Rolling Edit Log on HDFS Federation - MapReduce - [mail # user]
|
|
...Mike, I don't see how SPOF comes into the picture when HA is already present in the releases that also carry Federation and each NN (federated or non) can be assigned further Standby-N...
|
|
|
Author: Harsh J,
2013-02-24, 19:46
|
|
|
Re: One NameNode keeps Rolling Edit Log on HDFS Federation - MapReduce - [mail # user]
|
|
...Hi, Federated namenodes are independent of one another (except that they both get reports from all the/common DNs in the cluster). It is natural to see one roll its edit logs based on ...
|
|
|
Author: Harsh J,
2013-02-24, 16:48
|
|
|
Re: MapReduce processing with extra (possibly non-serializable) configuration - MapReduce - [mail # user]
|
|
...How do you imagine sending "data" of any kind (be it in object form, etc.) over the network to other nodes, without implementing or relying on a serialization for it? Are you looking for "ea...
|
|
|
Author: Harsh J,
2013-02-22, 06:15
|
|
|
[MAPREDUCE-4692] Investigate and remove MR1 JTConfig and its constants use in the MR project on trunk - MapReduce - [issue]
|
|
...Filed on behalf of Robert from MAPREDUCE-3223Are there any JIRAs to deprecate the configs from where they reside in the code? ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapred...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4692
Author: Harsh J,
2013-02-22, 00:45
|
|
|
Re: copy chunk of hadoop output - MapReduce - [mail # user]
|
|
...No problem JM, I was confused as well. AFAIK, there's no shell utility that can let you specify an offset # of bytes to start off with (similar to skip in dd?), but that can be done fr...
|
|
|
Author: Harsh J,
2013-02-20, 20:21
|
|
|
Re: copy chunk of hadoop output - MapReduce - [mail # user]
|
|
...You can instead use 'fs -cat' and the 'head' coreutil, as one example: hadoop fs -cat 100-byte-dfs-file | head -c 5 > 5-byte-local-file On Wed, Feb 20, 2013 at 3:38 AM, jamal ...
|
|
|
Author: Harsh J,
2013-02-19, 22:14
|
|
|
Re: webapps/ CLASSPATH err - MapReduce - [mail # user]
|
|
...Hi Keith, The webapps/hdfs bundle is present at $HADOOP_PREFIX/share/hadoop/hdfs/ directory of the Hadoop 2.x release tarball. This should get on the classpath automatically as well. &...
|
|
|
Author: Harsh J,
2013-02-19, 19:43
|
|
|
Re: Trouble in running MapReduce application - MapReduce - [mail # user]
|
|
...Hi, The new error usually happens if you compile using Java 7 and try to run via Java 6 (for example). That is, an incompatibility in the runtimes for the binary artifact produced. &nb...
|
|
|
Author: Harsh J,
2013-02-19, 17:44
|
|
|
Re: Namenode formatting problem - MapReduce - [mail # user]
|
|
...To simplify my previous post, your IPs for the master/slave/etc. in /etc/hosts file should match the ones reported by "ifconfig" always. In proper deployments, IP is static. If IP is dynamic...
|
|
|
Author: Harsh J,
2013-02-19, 16:25
|
|
|
Re: Namenode formatting problem - MapReduce - [mail # user]
|
|
...Hey Keith, I'm guessing whatever "ip-13-0-177-110" is resolving to (ping to check), is not what is your local IP on that machine (or rather, it isn't the machine you intended to start ...
|
|
|
Author: Harsh J,
2013-02-19, 16:23
|
|
|
|