[GitHub] [hbase-filesystem] wchevreuil commented on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

2020-09-02 Thread GitBox
wchevreuil commented on pull request #15: URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-685954468 Had pushed a new commit, with a change to EmbeddedZK to make sure it works with hbase versions including HBASE-23993 (like 2.3.1), for example. As mentioned on my

[GitHub] [hbase-filesystem] wchevreuil commented on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

2020-09-02 Thread GitBox
wchevreuil commented on pull request #15: URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-685894894 Right, so here some findings: 1) Setting hbase version to 2.3.1 requires updating ZK version in hboss to 3.5.7, otherwise, we get the NCDFE already mentioned above.

[GitHub] [hbase-filesystem] wchevreuil commented on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

2020-09-01 Thread GitBox
wchevreuil commented on pull request #15: URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-685047520 >When I compile a custom stack based on Hadoop 3.3.0, HBase 2.3.1, and ZooKeeper 3.5.8, such that all of Hadoop, HBase, and ZK versions are harmonized across those

[GitHub] [hbase-filesystem] wchevreuil commented on pull request #15: HBASE-24963 [HBOSS] UTs failing when running against hadoop 3.3.

2020-09-01 Thread GitBox
wchevreuil commented on pull request #15: URL: https://github.com/apache/hbase-filesystem/pull/15#issuecomment-684754172 "Strangerthings here": 1) >I see this when running locally mvn clean verify -Dhadoop.profile=3 -Dhadoop3.version=3.3.0 Tried it locally. First run got same