[jira] [Created] (HADOOP-8881) FileBasedKeyStoresFactory initialization logging should be debug not info

2012-10-03 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-8881:
--

 Summary: FileBasedKeyStoresFactory initialization logging should 
be debug not info
 Key: HADOOP-8881
 URL: https://issues.apache.org/jira/browse/HADOOP-8881
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.2-alpha
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 2.0.3-alpha
 Attachments: HADOOP-8881.patch

When hadoop.ssl.enabled is set to true hadoop client invocations get a log 
message on the terminal with the initialization of the keystores, switching to 
debug will disable this log message by default.

--
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-8880) Missing jersey jars as dependency in the pom causes hive tests to fail

2012-10-03 Thread Giridharan Kesavan (JIRA)
Giridharan Kesavan created HADOOP-8880:
--

 Summary: Missing jersey jars as dependency in the pom causes hive 
tests to fail
 Key: HADOOP-8880
 URL: https://issues.apache.org/jira/browse/HADOOP-8880
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 1-win
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan


ivy.xml has the dependency included where as the same dependency is not updated 
in the pom template.

--
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-8879) TestUserGroupInformation fails on Windows when runas Administrator

2012-10-03 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8879:
--

 Summary: TestUserGroupInformation fails on Windows when runas 
Administrator
 Key: HADOOP-8879
 URL: https://issues.apache.org/jira/browse/HADOOP-8879
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Bikas Saha


User name is case insensitive on Windows and whoami returns administrator 
instead of Administrator causing test assertion to fail.

--
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-8878) uppercase hostname causes hadoop dfs calls with webhdfs filesystem to fail

2012-10-03 Thread Arpit Gupta (JIRA)
Arpit Gupta created HADOOP-8878:
---

 Summary: uppercase hostname causes hadoop dfs calls with webhdfs 
filesystem to fail
 Key: HADOOP-8878
 URL: https://issues.apache.org/jira/browse/HADOOP-8878
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 1.0.3, 1.1.0, 1.2.0
Reporter: Arpit Gupta
Assignee: Arpit Gupta


This was noticed on a secure cluster where the namenode had an upper case 
hostname and the following command was issued

hadoop dfs -ls webhdfs://NN:PORT/PATH

the above command failed because delegation token retrieval failed.

Upon looking at the kerberos logs it was determined that we tried to get the 
ticket for kerberos principal with upper case hostnames and that host did not 
exit in kerberos. We should convert the hostnames to lower case. Take a look at 
HADOOP-7988 where the same fix was applied on a different class.

I have noticed this issue exists on branch-1. Will investigate trunk and 
branch-2 and update accordingly.

--
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-8876) SequenceFile default compression is RECORD, not BLOCK

2012-10-03 Thread Harsh J (JIRA)
Harsh J created HADOOP-8876:
---

 Summary: SequenceFile default compression is RECORD, not BLOCK
 Key: HADOOP-8876
 URL: https://issues.apache.org/jira/browse/HADOOP-8876
 Project: Hadoop Common
  Issue Type: Improvement
  Components: io
Affects Versions: 2.0.0-alpha
Reporter: Harsh J


Currently both the SequenceFile writer and the MR defaults for SequenceFile 
compression default to RECORD type compression, while most recommendations are 
to use BLOCK for smaller end sizes instead.

Should we not change the default?

--
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-8875) test-patch.sh doesn't test changes to itself

2012-10-03 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8875:
---

 Summary: test-patch.sh doesn't test changes to itself
 Key: HADOOP-8875
 URL: https://issues.apache.org/jira/browse/HADOOP-8875
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Reporter: Eli Collins


The test-patch.sh script run by the pre commit jobs doesn't handle patches that 
modify test-patch.sh itself, let's modify it to do so or at least log a warning 
in the test-patch output to indicate the submitter should test test-patch 
themselves.   

--
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


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

2012-10-03 Thread Apache Jenkins Server
See 

Changes:

[sseth] YARN-131. Fix incorrect ACL properties in capacity scheduler 
documentation. (Contributed by Ahmed Radwan)

[eli] HADOOP-8756. Fix SEGV when libsnappy is in java.library.path but not 
LD_LIBRARY_PATH. Contributed by Colin Patrick McCabe

[eli] HDFS-3753. Tests don't run with native libraries. Contributed by Colin 
Patrick McCabe

--
[...truncated 50308 lines...]
[DEBUG]   (s) debug = false
[DEBUG]   (s) effort = Default
[DEBUG]   (s) failOnError = true
[DEBUG]   (s) findbugsXmlOutput = false
[DEBUG]   (s) findbugsXmlOutputDirectory = 

[DEBUG]   (s) fork = true
[DEBUG]   (s) includeTests = false
[DEBUG]   (s) localRepository =id: local
  url: file:///home/jenkins/.m2/repository/
   layout: none

[DEBUG]   (s) maxHeap = 512
[DEBUG]   (s) nested = false
[DEBUG]   (s) outputDirectory = 

[DEBUG]   (s) outputEncoding = UTF-8
[DEBUG]   (s) pluginArtifacts = 
[org.codehaus.mojo:findbugs-maven-plugin:maven-plugin:2.3.2:, 
com.google.code.findbugs:bcel:jar:1.3.9:compile, 
org.codehaus.gmaven:gmaven-mojo:jar:1.3:compile, 
org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.3:compile, 
org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.3:compile, 
org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.3:compile, 
org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.3:compile, 
org.codehaus.groovy:groovy-all-minimal:jar:1.5.8:compile, 
org.apache.ant:ant:jar:1.7.1:compile, 
org.apache.ant:ant-launcher:jar:1.7.1:compile, jline:jline:jar:0.9.94:compile, 
org.codehaus.plexus:plexus-interpolation:jar:1.1:compile, 
org.codehaus.gmaven:gmaven-plugin:jar:1.3:compile, 
org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.3:compile, 
org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.3:compile, 
org.sonatype.gshell:gshell-io:jar:2.0:compile, 
com.thoughtworks.qdox:qdox:jar:1.10:compile, 
org.apache.maven.shared:file-management:jar:1.2.1:compile, 
org.apache.maven.shared:maven-shared-io:jar:1.1:compile, 
commons-lang:commons-lang:jar:2.4:compile, 
org.slf4j:slf4j-api:jar:1.5.10:compile, 
org.sonatype.gossip:gossip:jar:1.2:compile, 
org.apache.maven.reporting:maven-reporting-impl:jar:2.1:compile, 
commons-validator:commons-validator:jar:1.2.0:compile, 
commons-beanutils:commons-beanutils:jar:1.7.0:compile, 
commons-digester:commons-digester:jar:1.6:compile, 
commons-logging:commons-logging:jar:1.0.4:compile, oro:oro:jar:2.0.8:compile, 
xml-apis:xml-apis:jar:1.0.b2:compile, 
org.codehaus.groovy:groovy-all:jar:1.7.4:compile, 
org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, 
org.apache.maven.doxia:doxia-core:jar:1.1.3:compile, 
org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile, 
xerces:xercesImpl:jar:2.9.1:compile, 
commons-httpclient:commons-httpclient:jar:3.1:compile, 
commons-codec:commons-codec:jar:1.2:compile, 
org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile, 
org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile, 
org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile, 
org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile, 
org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile, 
org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile, 
org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile, 
org.apache.velocity:velocity:jar:1.5:compile, 
commons-collections:commons-collections:jar:3.2:compile, 
org.apache.maven.shared:maven-doxia-tools:jar:1.2.1:compile, 
commons-io:commons-io:jar:1.4:compile, 
com.google.code.findbugs:findbugs-ant:jar:1.3.9:compile, 
com.google.code.findbugs:findbugs:jar:1.3.9:compile, 
com.google.code.findbugs:jsr305:jar:1.3.9:compile, 
com.google.code.findbugs:jFormatString:jar:1.3.9:compile, 
com.google.code.findbugs:annotations:jar:1.3.9:compile, 
dom4j:dom4j:jar:1.6.1:compile, jaxen:jaxen:jar:1.1.1:compile, 
jdom:jdom:jar:1.0:compile, xom:xom:jar:1.0:compile, 
xerces:xmlParserAPIs:jar:2.6.2:compile, xalan:xalan:jar:2.6.0:compile, 
com.ibm.icu:icu4j:jar:2.6.1:compile, asm:asm:jar:3.1:compile, 
asm:asm-analysis:jar:3.1:compile, asm:asm-commons:jar:3.1:compile, 
asm:asm-util:jar:3.1:compile, asm:asm-tree:jar:3.1:compile, 
asm:asm-xml:jar:3.1:compile, jgoodies:plastic:jar:1.2.0:compile, 
org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile, 
org.codehaus.plexus:plexus-utils:jar:1.5.1:compile]
[DEBUG]   (s) project = MavenProject: 
org.apache.hadoop:hadoop-common-project:3.0.0-SNAPSHOT @ 

[DEBUG]   (s) relaxed = false
[DEBUG]   (s) remoteArtifactRepositories = [   id: apache.snapshots.https
  url: https://repository.apache.org/content/repositories/snapshots
   layout: default
snapshots: [enabled => true, update => d