[ https://issues.apache.org/jira/browse/DRILL-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven Phillips updated DRILL-431: ---------------------------------- Attachment: DRILL-431.patch This was caused by incorrect configuration key: "fs.name.default", but should be "fs.default.name" Replaced all occurrences of both with variable FileSystem.FS_DEFAULT_NAME_KEY also updated hadoop-core version number for mapr profile > MapR profile - unit tests try to use localhost as the MapR cluster > ------------------------------------------------------------------ > > Key: DRILL-431 > URL: https://issues.apache.org/jira/browse/DRILL-431 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 1.0.0-milestone-2 > Environment: Java 1.7, Maven 3.0.3 > Reporter: Patrick Wong > Priority: Minor > Attachments: DRILL-431.patch > > > {code} > Running org.apache.drill.exec.client.DumpCatTest > 2014-03-21 14:00:55,3640 ERROR Client fs/client/fileclient/cc/client.cc:308 > Thread: 1088338240 Failed to initialize client for cluster 127.0.0.1:7222, > error Connection reset by peer(104) > Running org.apache.drill.exec.physical.impl.trace.TestTraceMultiRecordBatch > 2014-03-21 14:02:18,1168 ERROR Client fs/client/fileclient/cc/client.cc:308 > Thread: 1088338240 Failed to initialize client for cluster 127.0.0.1:7222, > error Connection reset by peer(104) > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.428 sec <<< > FAILURE! - in > org.apache.drill.exec.physical.impl.trace.TestTraceMultiRecordBatch > 2014-03-21 14:02:18,5377 ERROR Client fs/client/fileclient/cc/client.cc:308 > Thread: 1088338240 Failed to initialize client for cluster 127.0.0.1:7222, > error Connection reset by peer(104) > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.423 sec <<< > FAILURE! - in org.apache.drill.exec.physical.impl.trace.TestTraceOutputDump > Running org.apache.drill.exec.cache.TestWriteToDisk > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.268 sec <<< > FAILURE! - in org.apache.drill.exec.cache.TestWriteToDisk > test(org.apache.drill.exec.cache.TestWriteToDisk) Time elapsed: 0.268 sec > <<< ERROR! > java.io.IOException: Could not create FileClient > at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:262) > at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:274) > at com.mapr.fs.MapRFileSystem.getMapRFileStatus(MapRFileSystem.java:696) > at com.mapr.fs.MapRFileSystem.getFileStatus(MapRFileSystem.java:722) > at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:804) > at > org.apache.drill.exec.cache.TestWriteToDisk.test(TestWriteToDisk.java:81) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)