Chris Nauroth created HDFS-5642: ----------------------------------- Summary: libhdfs Windows compatibility. Key: HDFS-5642 URL: https://issues.apache.org/jira/browse/HDFS-5642 Project: Hadoop HDFS Issue Type: Improvement Components: libhdfs Affects Versions: 2.2.0, 3.0.0 Reporter: Chris Nauroth
Currently, the libhdfs codebase does not compile on Windows due to use of several Linux-specific functions, lack of build script support, and use of C99 constructs. The scope of this issue includes converting those function calls to cross-platform equivalents (or use {{#ifdef}} if necessary), setting up build support, and some code clean-ups to follow the C89 rules. -- This message was sent by Atlassian JIRA (v6.1#6144)