You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/06/05 15:39:01 UTC

[GitHub] [accumulo-examples] jzgithub1 opened a new pull request #53: Correctly set/delete paths in BulkIngestExample and SetupTable

jzgithub1 opened a new pull request #53: Correctly set/delete paths in BulkIngestExample and SetupTable
URL: https://github.com/apache/accumulo-examples/pull/53
 
 
   This gets the map reduce steps working correctly in the test.  Since directories  were not being removed the BulkImportExample would fail sometimes because the input directory would already exist.  The work directory would get put in the project directory and cause ./bin/build to fail as well as mvn clean install -DskipTests=true to fail.  
   
   There is more work to do here to get this error to go away.
   
   Exception in thread "main" org.apache.accumulo.core.client.AccumuloException: file:/tmp/bulkWork/files: java.io.IOException: file:/tmp/bulkWork/files is not in a volume configured for Accumulo
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:385)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:342)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doTableFateOperation(TableOperationsImpl.java:1599)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.importDirectory(TableOperationsImpl.java:1207)
   	at org.apache.accumulo.examples.mapreduce.bulk.BulkIngestExample.main(BulkIngestExample.java:146)
   Caused by: ThriftTableOperationException(tableId:2, tableName:null, op:BULK_IMPORT, type:BULK_BAD_INPUT_DIRECTORY, description:file:/tmp/bulkWork/files: java.io.IOException: file:/tmp/bulkWork/files is not in a volume configured for Accumulo)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4730)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result$waitForFateOperation_resultStandardScheme.read(FateService.java:4699)
   	at org.apache.accumulo.core.master.thrift.FateService$waitForFateOperation_result.read(FateService.java:4625)
   	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:88)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.recv_waitForFateOperation(FateService.java:156)
   	at org.apache.accumulo.core.master.thrift.FateService$Client.waitForFateOperation(FateService.java:141)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.waitForFateOperation(TableOperationsImpl.java:292)
   	at org.apache.accumulo.core.clientImpl.TableOperationsImpl.doFateOperation(TableOperationsImpl.java:358)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services