[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-20 Thread tedyu
Github user tedyu commented on the issue: https://github.com/apache/flink/pull/6365 That would be ideal - a new connector for hbase 2.x considering that: hbase 1.x is stable hbase 2.y is newly released. ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-20 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/6365 Should this be a separate connector for HBase 2.x where we would also keep a connector for HBase 1.x? ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-19 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/6365 Thanks @yanghua for pointing this out! ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-19 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/6365 Hi, @yanghua I do not use a inner maven repo. It seems does not work for me.Exclude SNAPSHOT dependency and add a stable glassfish but still useless. ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-19 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/6365 seems `org.glassfish:javax.el:jar 3.0.1` has a non-SNAPSHOT version in maven repository, see here : https://mvnrepository.com/artifact/org.glassfish/javax.el/3.0.1-b10, Do you use a inner maven rep

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-19 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/6365 @yanghua Could you please take on look this issue also ? ---

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-19 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/6365 Hi, @tedyu I found an issue when upgrade the hbase version to either 2.0.1 or 2.1.0. Both can lead problem. ```Failed to read artifact descriptor for org.glassfish:javax.el:jar 3.0.1-b06-SNAPSHO

[GitHub] flink issue #6365: [FLINK-9849] [hbase] Hbase upgrade to 2.0.1

2018-07-18 Thread zhangminglei
Github user zhangminglei commented on the issue: https://github.com/apache/flink/pull/6365 Thanks @yanghua you are right! I just want waiting the travis ending. then give the old and new version's dependency tree. ---