diff --git a/ODP-Runtime.md b/ODP-Runtime.md index 8a0433c..a4ee3c7 100644 --- a/ODP-Runtime.md +++ b/ODP-Runtime.md @@ -80,8 +80,6 @@ The native libraries of Hadoop have historically been a particular point of pain - `-Pnative` or `-Pnative-win` = enable `libhdfs.so` - - `-Drequire.libwebhdfs` = builds the native WebHDFS shared library (`libwebhdfs.so`) - ### YARN - hadoop-yarn-project MUST be built with: @@ -96,13 +94,6 @@ The native libraries of Hadoop have historically been a particular point of pain - `-Drequire.snappy` = enable Snappy support in the MapReduce native client -### Tools - -- On non-Windows, hadoop-tools-project MUST be built with: - - - `-Pnative` = enable pipes support - - Runtime Environment for Application Code ========================================