| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
474 (0.172s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: dfs.datanode.socket.reuse.keepalive - HDFS - [mail # dev]
|
|
...Thanks Colin! On Mon, Jun 17, 2013 at 11:39 PM, Colin McCabe wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-06-18, 02:50
|
|
|
Re: how to close hadoop when tmp files were cleared - HDFS - [mail # user]
|
|
...Just send the processes a SIGTERM signal (regular kill). Its what the script does anyway. Ensure to change the PID directory before the next restart though. On Mon, Jun 17, 2013 at 1:0...
|
|
|
Author: Harsh J,
2013-06-17, 08:34
|
|
|
Re: how to get the mapreduce code which was pig/hive script translated to? - HDFS - [mail # user]
|
|
...This is a question for the Hive/Pig lists to answer best. Note though that they only compile a plan, not the code. The code is available already, the compiled plan just structures the ...
|
|
|
Author: Harsh J,
2013-06-16, 15:08
|
|
|
Re: dfs.datanode.socket.reuse.keepalive - HDFS - [mail # dev]
|
|
...Hi Colin, Do we have a JIRA already for this? Is it https://issues.apache.org/jira/browse/HDFS-4307? On Mon, Jun 10, 2013 at 11:05 PM, Todd Lipcon wrote: Harsh...
|
|
|
Author: Harsh J,
2013-06-16, 14:29
|
|
|
Re: Block deletion after benchmarks - HDFS - [mail # dev]
|
|
...Eitan, I don't completely get your question. TestDFSIO is a test that will create several files for testing the IO and then delete it at the end of the test. Block deletions in H...
|
|
|
Author: Harsh J,
2013-06-16, 14:28
|
|
|
Re: how to design the mapper and reducer for the below problem - HDFS - [mail # user]
|
|
...Hey Parnab, Please checkout Giraph (http://giraph.apache.org), which should help you develop a program to solve this. On Fri, Jun 14, 2013 at 10:11 AM, parnab kumar wrote: ...
|
|
|
Author: Harsh J,
2013-06-14, 09:39
|
|
|
Re: Assignment of data splits to mappers - HDFS - [mail # user]
|
|
...Hey John, I don't see the similarity. If you take the case of a normal record file, such as a text file, you read data from the next block. That is, n-1 blocks are "opened" twice, but ...
|
|
|
Author: Harsh J,
2013-06-14, 02:14
|
|
|
[HDFS-2572] Unnecessary double-check in DN#getHostName - HDFS - [issue]
|
|
...We do a double config.get unnecessarily inside DN#getHostName(...). Can be removed by this patch....
|
|
|
http://issues.apache.org/jira/browse/HDFS-2572
Author: Harsh J,
2013-06-14, 00:12
|
|
|
Re: Reducer not getting called - HDFS - [mail # user]
|
|
...You're not using the recommended @Override annotations, and are hitting a classic programming mistake. Your issue is same as this earlier discussion: http://search-hadoop.com/m/gqA3rAaVQ7 (a...
|
|
|
Author: Harsh J,
2013-06-13, 05:30
|
|
|
Re: Container allocation on the same node - HDFS - [mail # user]
|
|
...You can request containers with the local host name as the required host, and perhaps reject and re-request if they aren't designated to be on that one until you have sufficient. This may ta...
|
|
|
Author: Harsh J,
2013-06-12, 13:15
|
|
|
|