[GitHub] orc issue #275: ORC-371: [C++] Disable Libhdfspp build when Cyrus SASL is no...

2018-06-18 Thread majetideepak
Github user majetideepak commented on the issue: https://github.com/apache/orc/pull/275 Thanks for this bug. I will push a patch to fix this. ---

[GitHub] orc issue #275: ORC-371: [C++] Disable Libhdfspp build when Cyrus SASL is no...

2018-06-18 Thread jamesclampffer
Github user jamesclampffer commented on the issue: https://github.com/apache/orc/pull/275 @majetideepak it looks like the build still fails with this in place. OrcHdfsFile.cc includes hdfspp.h which won't exist if libhdfs++ isn't extracted. ``` /apache_orc/build$ cmake

[GitHub] orc issue #275: ORC-371: [C++] Disable Libhdfspp build when Cyrus SASL is no...

2018-06-03 Thread majetideepak
Github user majetideepak commented on the issue: https://github.com/apache/orc/pull/275 Since there is some investigation needed here, I am going to merge this patch. We can enable `NO_SASL` build in a later patch. Right now, this is causing a build failure by default. ---

[GitHub] orc issue #275: ORC-371: [C++] Disable Libhdfspp build when Cyrus SASL is no...

2018-05-31 Thread jamesclampffer
Github user jamesclampffer commented on the issue: https://github.com/apache/orc/pull/275 Rather than skipping the entire libhdfs++ build you could set the NO_SASL parameter if openssl or cyrus is missing to build libhdfs++ without support for strong authentication. At one