[jira] [Created] (HDFS-4603) TestMiniDFSCluster fails on Windows

2013-03-15 Thread Ivan Mitic (JIRA)
Ivan Mitic created HDFS-4603:


 Summary: TestMiniDFSCluster fails on Windows
 Key: HDFS-4603
 URL: https://issues.apache.org/jira/browse/HDFS-4603
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Ivan Mitic
Assignee: Ivan Mitic


Test fails with on the below assert:
{code}
testClusterWithoutSystemProperties(org.apache.hadoop.hdfs.TestMiniDFSCluster)  
Time elapsed: 8252 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...t\test\data\cluster1[/]data> but 
was:<...t\test\data\cluster1[\]data>
at org.junit.Assert.assertEquals(Assert.java:123)
at org.junit.Assert.assertEquals(Assert.java:145)
at 
org.apache.hadoop.hdfs.TestMiniDFSCluster.testClusterWithoutSystemProperties(TestMiniDFSCluster.java:77)
{code}

--
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] (HDFS-4604) TestJournalNode fails on Windows

2013-03-15 Thread Ivan Mitic (JIRA)
Ivan Mitic created HDFS-4604:


 Summary: TestJournalNode fails on Windows
 Key: HDFS-4604
 URL: https://issues.apache.org/jira/browse/HDFS-4604
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Ivan Mitic
Assignee: Ivan Mitic


The test fails with the below assertion:

{code}
testFailToStartWithBadConfig(org.apache.hadoop.hdfs.qjournal.server.TestJournalNode)
  Time elapsed: 209 sec  <<< FAILURE!
java.lang.AssertionError: Expected to find 'is not a directory' but got 
unexpected exception:java.lang.IllegalArgumentException: Journal dir 
'\dev\null' should be an absolute path
at 
org.apache.hadoop.hdfs.qjournal.server.JournalNode.validateAndCreateJournalDir(JournalNode.java:96)
at 
org.apache.hadoop.hdfs.qjournal.server.JournalNode.start(JournalNode.java:132)
at 
org.apache.hadoop.hdfs.qjournal.server.TestJournalNode.assertJNFailsToStart(TestJournalNode.java:294)
at 
org.apache.hadoop.hdfs.qjournal.server.TestJournalNode.testFailToStartWithBadConfig(TestJournalNode.java:281)
{code}

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


Hadoop-Hdfs-trunk - Build # 1345 - Still Failing

2013-03-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1345/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 14119 lines...]
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at 
org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28)

Running org.apache.hadoop.contrib.bkjournal.TestCurrentInprogress
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperConfiguration
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 sec
Running org.apache.hadoop.contrib.bkjournal.TestBookKeeperJournalManager
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.435 sec

Results :

Failed tests:   
testStandbyExceptionThrownDuringCheckpoint(org.apache.hadoop.contrib.bkjournal.TestBookKeeperHACheckpoints):
 SBN should have still been checkpointing.

Tests run: 32, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS  SUCCESS 
[1:28:25.440s]
[INFO] Apache Hadoop HttpFS .. SUCCESS [2:22.811s]
[INFO] Apache Hadoop HDFS BookKeeper Journal . FAILURE [56.678s]
[INFO] Apache Hadoop HDFS Project  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 1:31:45.699s
[INFO] Finished at: Fri Mar 15 13:04:42 UTC 2013
[INFO] Final Memory: 56M/538M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project hadoop-hdfs-bkjournal: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :hadoop-hdfs-bkjournal
Build step 'Execute shell' marked build as failure
Archiving artifacts
Updating HDFS-4596
Updating HDFS-3367
Updating HADOOP-9405
Updating HADOOP-9406
Updating YARN-237
Updating HADOOP-9407
Updating YARN-468
Updating HDFS-3277
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.

Build failed in Jenkins: Hadoop-Hdfs-trunk #1345

2013-03-15 Thread Apache Jenkins Server
See 

Changes:

[tucu] HADOOP-9406. hadoop-client leaks dependency on JDK tools jar. (tucu)

[suresh] HADOOP-9407. commons-daemon 1.0.3 dependency has bad group id causing 
build issues. Contributed by Sangjin Lee.

[atm] HADOOP-9405. TestGridmixSummary#testExecutionSummarizer is broken. 
Contributed by Andrew Wang.

[atm] HDFS-4596. Shutting down namenode during checkpointing can lead to md5sum 
error. Contributed by Andrew Wang.

[atm] HDFS-3277. fail over to loading a different FSImage if the first one we 
try to load is corrupt. Contributed by Colin Patrick McCabe and Andrew Wang.

[bobby] YARN-237. Refreshing the RM page forgets how many rows I had in my 
Datatables (jian he via bobby)

[daryn] HDFS-3367. WebHDFS doesn't use the logged in user when opening 
connections (daryn)

[bobby] YARN-468. coverage fix for 
org.apache.hadoop.yarn.server.webproxy.amfilter (Aleksey Gorshkov via bobby)

--
[...truncated 13926 lines...]
Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 

Generating 


[jira] [Created] (HDFS-4605) Implement block-size independent file checksum

2013-03-15 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-4605:


 Summary: Implement block-size independent file checksum
 Key: HDFS-4605
 URL: https://issues.apache.org/jira/browse/HDFS-4605
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: datanode, hdfs-client
Affects Versions: 3.0.0
Reporter: Kihwal Lee


The value of current getFileChecksum() is block-size dependent. Since 
FileChecksum is mainly intended for comparing content of files, removing this 
dependency will make FileCheckum in HDFS relevant in more use cases.

--
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] (HDFS-4606) HDFS API to move file replicas to caller's location

2013-03-15 Thread Sanjay Radia (JIRA)
Sanjay Radia created HDFS-4606:
--

 Summary: HDFS API to move file replicas to caller's location
 Key: HDFS-4606
 URL: https://issues.apache.org/jira/browse/HDFS-4606
 Project: Hadoop HDFS
  Issue Type: New Feature
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