[jira] [Created] (HADOOP-7897) ProtobufRPCEngine client side exception mechanism is not consistent with WritableRpcEngine

2011-12-07 Thread Suresh Srinivas (Created) (JIRA)
ProtobufRPCEngine client side exception mechanism is not consistent with WritableRpcEngine -- Key: HADOOP-7897 URL: https://issues.apache.org/jira/browse/HADOOP-7897

[jira] [Created] (HADOOP-7896) HA: if both NNs are in Standby mode, client needs to try failing back and forth several times with sleeps

2011-12-07 Thread Todd Lipcon (Created) (JIRA)
HA: if both NNs are in Standby mode, client needs to try failing back and forth several times with sleeps - Key: HADOOP-7896 URL: https://issues.apache.org/jir

[jira] [Created] (HADOOP-7895) HADOOP_LOG_DIR has to be set explicitly when running from the tarball

2011-12-07 Thread Eli Collins (Created) (JIRA)
HADOOP_LOG_DIR has to be set explicitly when running from the tarball - Key: HADOOP-7895 URL: https://issues.apache.org/jira/browse/HADOOP-7895 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-7894) bin and sbin commands don't use JAVA_HOME when run from the tarball

2011-12-07 Thread Eli Collins (Created) (JIRA)
bin and sbin commands don't use JAVA_HOME when run from the tarball - Key: HADOOP-7894 URL: https://issues.apache.org/jira/browse/HADOOP-7894 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-7893) Sort out tarball conf directories

2011-12-07 Thread Eli Collins (Created) (JIRA)
Sort out tarball conf directories - Key: HADOOP-7893 URL: https://issues.apache.org/jira/browse/HADOOP-7893 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 0.23.0

[jira] [Created] (HADOOP-7892) IPC logs too verbose after "RpcKind" introduction

2011-12-07 Thread Todd Lipcon (Created) (JIRA)
IPC logs too verbose after "RpcKind" introduction - Key: HADOOP-7892 URL: https://issues.apache.org/jira/browse/HADOOP-7892 Project: Hadoop Common Issue Type: Bug Components: ipc

[jira] [Created] (HADOOP-7891) KerberosName method typo and log warning when rules are set

2011-12-07 Thread Alejandro Abdelnur (Created) (JIRA)
KerberosName method typo and log warning when rules are set --- Key: HADOOP-7891 URL: https://issues.apache.org/jira/browse/HADOOP-7891 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-7890) Redirect hadoop script's deprecation message to stderr

2011-12-07 Thread Koji Noguchi (Created) (JIRA)
Redirect hadoop script's deprecation message to stderr -- Key: HADOOP-7890 URL: https://issues.apache.org/jira/browse/HADOOP-7890 Project: Hadoop Common Issue Type: Improvement Co

[jira] [Resolved] (HADOOP-7873) Forward port auto-parent-dir file creation (non-recursive file create) from 0.20.20x/1.0.0 branches

2011-12-07 Thread Eli Collins (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-7873. - Resolution: Duplicate I've uploaded patches for trunk for HADOOP-6840, HADOOP-6886, and HADOOP-7

Re: Re: how to select the position of a block

2011-12-07 Thread Harsh J
Yep, its been moved to a different area after pluggable block placement policies were introduced. I answered with RTC cause OP was reading the hadoop book, which surrounds what is today 1.0. 2011/12/7 Praveen Sripati : > Not sure why, but I was able to find ReplicationTargetChooser.java only in >

Re: strange SIGPIPE from "bin/ls -ld" in Shell.runCommand seen when running HBase tests

2011-12-07 Thread Mikhail Bautin
I am already using umask 022. Permissions on all components of the path are also OK. Also, "ls -ld" succeeds sometimes, but other times it fails with a SIGPIPE and no error message. Additionally, I saw cases where it SIGPIPE'd but produced correct output (a "drwxr-xr-x ..." line). Here is my pat

[jira] [Created] (HADOOP-7889) Change Record serialization *Vector, *Map, methods to collection interfaces

2011-12-07 Thread Dave Carlson (Created) (JIRA)
Change Record serialization *Vector, *Map, methods to collection interfaces --- Key: HADOOP-7889 URL: https://issues.apache.org/jira/browse/HADOOP-7889 Project: Hadoop Common

RE: Re: how to select the position of a block

2011-12-07 Thread Uma Maheswara Rao G
Praveen, It has re-factored in trunk. You can find this in BlockPlacementPolicy ( interface) implementation class. i.e BlockPlacementPolicyDefault. Regards, Uma From: Praveen Sripati [praveensrip...@gmail.com] Sent: Wednesday, December 07, 2011 10:28 PM

Re: Re: how to select the position of a block

2011-12-07 Thread Praveen Sripati
Not sure why, but I was able to find ReplicationTargetChooser.java only in branch-1.0 and not in trunk, 21, 22 and 23. Regards, Praveen 2011/12/7 郭冲 > > > isGoodTarget() in ReplicationTargetChooser.java judge if a node is a > good node, it will consider the disk space , load , and the rack wh

Re: Need to know steps of installation of Hadoop 0.23

2011-12-07 Thread Jonathan Eagles
Also have a look at this good reference of information. http://hadoop.apache.org/common/docs/r0.23.0/ On Wed, Dec 7, 2011 at 7:53 AM, Praveen Sripati wrote: > Ulhas, > > As Roman said the documentation for 0.23 release is spread out. I tried to > consolidate the information I come across. The be

Re: Need to know steps of installation of Hadoop 0.23

2011-12-07 Thread Praveen Sripati
Ulhas, As Roman said the documentation for 0.23 release is spread out. I tried to consolidate the information I come across. The below link has references to Architecture, Code, Video, Build, Deploy etc. It would be better to get sometime like this into the Apache documentation. http://hadoop-tip