Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
HADOOP-10388
-
None
-
None
-
None
Description
A pure native hadoop client has following use case/advantages:
1. writing Yarn applications using c++
2. direct access to HDFS, without extra proxy overhead, comparing to web/nfs interface.
3. wrap native library to support more languages, e.g. python
4. lightweight, small footprint compare to several hundred MB of JDK and hadoop library with various dependencies.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-6994 libhdfs3 - A native C/C++ HDFS client
- Open