ss77892 opened a new pull request, #108: URL: https://github.com/apache/hbase-connectors/pull/108
The reason for the problem was the usage of the default FileSystem instances for creating and using staging stuff. Now we use the staging path to obtain the FileSystem instance, so it should work correctly for any different from the hdfs schema. The test uses a local filesystem and doesn't load files to the table due to limitations: 1. HBase minicluster uses hdfs only, and there is no way to specify a custom hbase.rootdir for that. So the load would not work because the staging dir is on a different filesystem 2. I tried to get hadoop-aws mock implementation working for an external filesystem, but that would require making the tests for this module published first Both those two bullets can be addressed in separate jiras if required. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
