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/05/15 17:55:56 UTC

[GitHub] [accumulo] Manno15 opened a new pull request #1162: Ref #1084 Fixes File not Found Error

Manno15 opened a new pull request #1162: Ref #1084 Fixes File not Found Error
URL: https://github.com/apache/accumulo/pull/1162
 
 
   The main issue was importDirectory, when running a standalone instance, looked inside the users local filesystem instead of in hdfs which is what was causing this error. My fix for it was using the filesystem's default name key (mine being hdfs://localhost:8020 for example) and adding that to the front of the base path the test was using. This allowed the importDirectory function to have access to the full path so it would look inside hdfs instead of the users local filesystem. 
   
   I added the delete on exit command since this change altered the test when run with MiniAccumuloCluster. The path wouldn't be just the tmp directory like it was previously so it wouldn't properly be deleted. This caused license issues when building. 
   
   
    

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