[jira] [Created] (HADOOP-8267) Supporting unzip and untar in hadoop shell

2012-04-10 Thread madhukara phatak (Created) (JIRA)
Supporting unzip and untar in hadoop shell --- Key: HADOOP-8267 URL: https://issues.apache.org/jira/browse/HADOOP-8267 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0

[jira] [Resolved] (HADOOP-8247) Auto-HA: add a config to enable auto-HA, which disables manual FC

2012-04-10 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8247. - Resolution: Fixed Fix Version/s: Auto Failover (HDFS-3042) Hadoop Flags: Reviewed Co

[jira] [Created] (HADOOP-8266) Backport LZ4 compression

2012-04-10 Thread Bert Sanders (Created) (JIRA)
Backport LZ4 compression Key: HADOOP-8266 URL: https://issues.apache.org/jira/browse/HADOOP-8266 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0, 0.22.0, 0.21.0 Reporter: Bert

[jira] [Created] (HADOOP-8265) MR over viewfs is broken

2012-04-10 Thread John George (Created) (JIRA)
MR over viewfs is broken Key: HADOOP-8265 URL: https://issues.apache.org/jira/browse/HADOOP-8265 Project: Hadoop Common Issue Type: Bug Reporter: John George Assignee: John George After the

Re: Hadoop: Trunk vs branch src code

2012-04-10 Thread Robert Evans
That depends on where you want your code to go in. If it is a new feature then it needs to go into trunk at a minimum. Trunk and branch-2 are very similar right now so if you want it to go into the next release with MRV2 you may want to target branch-2 as well. It should be minimal effort to

Hadoop: Trunk vs branch src code

2012-04-10 Thread Amir Sanjar
which one has the latest code? If we are planing to contribute which code base we need to use? Best Regards Amir Sanjar Linux System Management Architect and Lead IBM Senior Software Engineer Phone# 512-286-8393 Fax# 512-838-8858

Re: Help with error

2012-04-10 Thread Daryn Sharp
The copyFromLocalFile method has a void return, but internally is calling FileUtil methods that may return a boolean for success. False appears to be returned if the source file cannot be deleted, or if the dest directory cannot be created. The boolean result is ignored by copyFromLocalFile le

[jira] [Created] (HADOOP-8264) Remove irritating double double quotes in front of hostname

2012-04-10 Thread Bernd Fondermann (Created) (JIRA)
Remove irritating double double quotes in front of hostname Key: HADOOP-8264 URL: https://issues.apache.org/jira/browse/HADOOP-8264 Project: Hadoop Common Issue Type: Bug Affe

Build failed in Jenkins: Hadoop-Common-trunk #372

2012-04-10 Thread Apache Jenkins Server
See Changes: [todd] HDFS-3240. Drop log level of "heartbeat: ..." in BPServiceActor to DEBUG. Contributed by Todd Lipcon. [atm] HDFS-3235. MiniDFSClusterManager doesn't correctly support -format option. Contributed by Henry Robins