Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
The TempDir class in libhdfs++ is currently using nftw API provided by ftw.h, which is only present in Linux and not on Windows. Need to use the APIs from C++17 std::filesystem to make this cross platform.
Attachments
Issue Links
- is a child of
-
HADOOP-17193 Compile Hadoop on Windows natively
- Open
- links to