GitHub user selvaganesang opened a pull request:
https://github.com/apache/trafodion/pull/1626
[TRAFODION-3126] Refactored HDFS client implementation should also suâ¦
â¦pport Alluxio file system
Alluxio doesn't support direct ByteBuffer access. Circumvented
this problem by using non-direct ByteBuffer to read hdfs files
when it belongs to Alluxio file system.
No need to change the default setting of USE_LIBHDFS for Alluxio to work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/trafodion alluxio_support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1626.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1626
----
commit 2a6cfd1a24d05e1e243919897a11572e68c14d59
Author: selvaganesang <selva.govindarajan@...>
Date: 2018-06-29T21:26:49Z
[TRAFODION-3126] Refactored HDFS client implementation should also support
Alluxio file system
Alluxio doesn't support direct ByteBuffer access. Circumvented
this problem by using non-direct ByteBuffer to read hdfs files
when it belongs to Alluxio file system.
No need to change the default setting of USE_LIBHDFS for Alluxio to work.
----
---