Re: [PROPOSAL] Hadoop branch-1.2

2013-03-07 Thread Steve Loughran
On 6 March 2013 23:17, Matt Foley ma...@apache.org wrote:

 Hi, I got stuck in other work and did not make the Hadoop 1.2 branch in
 February.
 Now that release 1.1.2 is out, I'm ready to make the 1.2 branch.

 I intend to branch for 1.2 in the next night or two, and at that point will
 make the formal proposal
 to schedule an rc a week after that.  If any issues, please let me know.

 Regards,
 --Matt


I'd like to get my FS contract tests in there with the fixes for s3n and s3
to avoid data loss if you try to move a directory under itself.

https://issues.apache.org/jira/browse/HADOOP-9258


[jira] [Created] (HADOOP-9378) start_thift_server can not run successfully.

2013-03-07 Thread KimboQi (JIRA)
KimboQi created HADOOP-9378:
---

 Summary: start_thift_server can not run successfully.
 Key: HADOOP-9378
 URL: https://issues.apache.org/jira/browse/HADOOP-9378
 Project: Hadoop Common
  Issue Type: Bug
  Components: scripts
Affects Versions: 1.0.4
Reporter: KimboQi


Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/hadoop/conf/Configuration,
then i add 
for f in $TOP/*.jar ; do
  CLASSPATH=$CLASSPATH:$f
done
 into the script, it run successfully

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (HADOOP-8545) Filesystem Implementation for OpenStack Swift

2013-03-07 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran reopened HADOOP-8545:



Dmitry -issues stay open until the patch is on or its closed for some reason; 
re-opening

 Filesystem Implementation for OpenStack Swift
 -

 Key: HADOOP-8545
 URL: https://issues.apache.org/jira/browse/HADOOP-8545
 Project: Hadoop Common
  Issue Type: New Feature
  Components: fs
Affects Versions: 2.0.3-alpha, 1.1.2
Reporter: Tim Miller
Assignee: Dmitry Mezhensky
  Labels: hadoop, patch
 Attachments: HADOOP-8545-10.patch, HADOOP-8545-11.patch, 
 HADOOP-8545-12.patch, HADOOP-8545-13.patch, HADOOP-8545-1.patch, 
 HADOOP-8545-2.patch, HADOOP-8545-3.patch, HADOOP-8545-4.patch, 
 HADOOP-8545-5.patch, HADOOP-8545-6.patch, HADOOP-8545-7.patch, 
 HADOOP-8545-8.patch, HADOOP-8545-9.patch, HADOOP-8545-javaclouds-2.patch, 
 HADOOP-8545.patch, HADOOP-8545.patch


 Add a filesystem implementation for OpenStack Swift object store, similar to 
 the one which exists today for S3.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-9379) capture the ulimit info after printing the log to the console

2013-03-07 Thread Arpit Gupta (JIRA)
Arpit Gupta created HADOOP-9379:
---

 Summary: capture the ulimit info after printing the log to the 
console
 Key: HADOOP-9379
 URL: https://issues.apache.org/jira/browse/HADOOP-9379
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 1.2.0, 2.0.4-alpha
Reporter: Arpit Gupta
Assignee: Arpit Gupta
Priority: Trivial




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Snappy build warning

2013-03-07 Thread Amir Sanjar
During build of hadoop 1.1.2 we get a warning Snappy headers were not
found... building without snappy..
I though snappy was included in hadoop, what is missing? thanks in
advance ..


Re: Snappy build warning

2013-03-07 Thread Arpit Gupta
Snappy libraries needs to be available on your system for hadoop to use them 
during the build. If you are on a centos based system epel repositories have 
the snappy and snappy-devel rpm's which need to be installed before you build 
hadoop.

--
Arpit Gupta
Hortonworks Inc.
http://hortonworks.com/

On Mar 7, 2013, at 9:07 AM, Amir Sanjar v1san...@us.ibm.com wrote:

 During build of hadoop 1.1.2 we get a warning Snappy headers were not
 found... building without snappy..
 I though snappy was included in hadoop, what is missing? thanks in
 advance ..



[jira] [Created] (HADOOP-9380) Add totalLength to rpc response

2013-03-07 Thread Sanjay Radia (JIRA)
Sanjay Radia created HADOOP-9380:


 Summary: Add totalLength to rpc response
 Key: HADOOP-9380
 URL: https://issues.apache.org/jira/browse/HADOOP-9380
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Sanjay Radia
Assignee: Sanjay Radia




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-9381) Document -fs -cp -f option

2013-03-07 Thread Keegan Witt (JIRA)
Keegan Witt created HADOOP-9381:
---

 Summary: Document -fs -cp -f option
 Key: HADOOP-9381
 URL: https://issues.apache.org/jira/browse/HADOOP-9381
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Keegan Witt
Priority: Trivial


fs shell should document -f (overwrite) option in the page displayed by -help. 
A patch is included that should correct that.  Additionally, the latest web 
[http://hadoop.apache.org/docs/r1.1.2/file_system_shell.html documentation 
page] should also be updated (I don't know where the source for that is to 
include a patch).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (HADOOP-9378) start_thrift_server can not run successfully.

2013-03-07 Thread Suresh Srinivas (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suresh Srinivas resolved HADOOP-9378.
-

Resolution: Not A Problem

 start_thrift_server can not run successfully.
 -

 Key: HADOOP-9378
 URL: https://issues.apache.org/jira/browse/HADOOP-9378
 Project: Hadoop Common
  Issue Type: Bug
  Components: scripts
Affects Versions: 1.0.4
Reporter: KimboQi

 Exception in thread main java.lang.NoClassDefFoundError: 
 org/apache/hadoop/conf/Configuration,
 then i add 
 for f in $TOP/*.jar ; do
   CLASSPATH=$CLASSPATH:$f
 done
  into the script, it run successfully

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (HADOOP-9099) NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address

2013-03-07 Thread Ivan Mitic (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Mitic reopened HADOOP-9099:



Reopening for trunk.

 NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an 
 IP address
 ---

 Key: HADOOP-9099
 URL: https://issues.apache.org/jira/browse/HADOOP-9099
 Project: Hadoop Common
  Issue Type: Bug
  Components: test
Affects Versions: 1-win
Reporter: Ivan Mitic
Assignee: Ivan Mitic
Priority: Minor
 Fix For: 1.2.0, 1-win

 Attachments: HADOOP-9099.branch-1-win.patch, HADOOP-9099.trunk.patch


 I just hit this failure. We should use some more unique string for 
 UnknownHost:
 Testcase: testNormalizeHostName took 0.007 sec
   FAILED
 expected:[65.53.5.181] but was:[UnknownHost]
 junit.framework.AssertionFailedError: expected:[65.53.5.181] but 
 was:[UnknownHost]
   at 
 org.apache.hadoop.net.TestNetUtils.testNormalizeHostName(TestNetUtils.java:347)
 Will post a patch in a bit.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira