Ayappan created SLIDER-858:
------------------------------
Summary: AccumuloCommandTestBase uses wrong FS path and throws
File not found exception
Key: SLIDER-858
URL: https://issues.apache.org/jira/browse/SLIDER-858
Project: Slider
Issue Type: Bug
Components: providers/accumulo
Affects Versions: Slider 0.60
Reporter: Ayappan
AccumuloCommandTestBase uses wrong FS path (hdfs:/localhost:9000 instead of
hdfs://localhost:9000) and throws File not found exception. Below is the error
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.186 sec <<<
FAILURE! - in
org.apache.slider.providers.accumulo.funtest.FunctionalAccumuloClusterIT
testAccumuloClusterCreate(org.apache.slider.providers.accumulo.funtest.FunctionalAccumuloClusterIT)
Time elapsed: 2.682 sec <<< ERROR!
java.io.FileNotFoundException: Source file
hdfs:/localhost:9000/user/slider/accumulo.tar not found
at
org.apache.slider.funtest.framework.FileUploader.copyIfOutOfDate(FileUploader.groovy:52)
at
org.apache.slider.funtest.framework.FileUploader$copyIfOutOfDate$0.call(Unknown
Source)
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at
org.apache.slider.providers.accumulo.funtest.AccumuloCommandTestBase.uploadFiles(AccumuloCommandTestBase.groovy:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)