[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-07-02 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @superbobry Merged, please close this PR, thanks. ---

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-07-01 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @wangzw thanks! ---

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-07-01 Thread superbobry
Github user superbobry commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 I'd appreciate if you guys could also have a look at my question in the JIRA ticket on the inefficiency of hdfsPread. ---

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-30 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @superbobry all tests passed, cool! @amyrazz44 @wengyanqing for another +1. Thanks. ---

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-28 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @superbobry Code review is ok, I need to do more tests to verify your modification. I will @ you if all tests pass (or provide failure massages so that you can fix them), I

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-27 Thread superbobry
Github user superbobry commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @interma this is OK with me. Do you think the PR is good to merge? ---

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-20 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @superbobry As I known, no/not many person declare that they depend on libhdfs3. In the past, they just make a copy into their repo if need it (not a good things, but understandable,

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-20 Thread superbobry
Github user superbobry commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 Hi @interma, thank you for the review. Regarding hdfsFlush: what I meant was how to proceed with making its behaviour compatible with libhdfs, i.e. removing the H part from the

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-19 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @superbobry Thanks for your PR and sorry for response late. * hdfsPread, LGTM, thanks for your tests. * hdfsSync, LGTM Looks you just added a new `hdfsHSync()` function and

[GitHub] incubator-hawq issue #1376: HAWQ-1624. Change libhdfs3 to be ABI compatible ...

2018-06-15 Thread superbobry
Github user superbobry commented on the issue: https://github.com/apache/incubator-hawq/pull/1376 @amyrazz44, @wangzw thanks for the feedback! Could you kindly comment on my concern regarding the behaviour of `hdfsSync`? ---