Repository: incubator-hawq Updated Branches: refs/heads/master e89dea51a -> aba713218
HAWQ-1539. Adding metrics-core jar to PXF classpath for HBase Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/aba71321 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/aba71321 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/aba71321 Branch: refs/heads/master Commit: aba71321824b1b3003fd1134ce462d4918b43d00 Parents: e89dea5 Author: shivzone <[email protected]> Authored: Thu Oct 19 14:47:49 2017 -0700 Committer: shivzone <[email protected]> Committed: Thu Oct 19 14:47:49 2017 -0700 ---------------------------------------------------------------------- .../src/configs/templates/pxf-private.classpath.template | 1 + pxf/pxf-service/src/main/resources/pxf-private.classpath | 1 + pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/aba71321/pxf/pxf-service/src/configs/templates/pxf-private.classpath.template ---------------------------------------------------------------------- diff --git a/pxf/pxf-service/src/configs/templates/pxf-private.classpath.template b/pxf/pxf-service/src/configs/templates/pxf-private.classpath.template index c7d9b47..e3b3006 100644 --- a/pxf/pxf-service/src/configs/templates/pxf-private.classpath.template +++ b/pxf/pxf-service/src/configs/templates/pxf-private.classpath.template @@ -78,3 +78,4 @@ HBASE_HOME/lib/hbase-protocol*.jar HBASE_HOME/lib/htrace-core*.jar HBASE_HOME/lib/netty*.jar HBASE_HOME/lib/zookeeper*.jar +HBASE_HOME/lib/metrics-core*.jar http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/aba71321/pxf/pxf-service/src/main/resources/pxf-private.classpath ---------------------------------------------------------------------- diff --git a/pxf/pxf-service/src/main/resources/pxf-private.classpath b/pxf/pxf-service/src/main/resources/pxf-private.classpath index a04dc0d..4ad2762 100644 --- a/pxf/pxf-service/src/main/resources/pxf-private.classpath +++ b/pxf/pxf-service/src/main/resources/pxf-private.classpath @@ -81,3 +81,4 @@ hbase/lib/hbase-protocol*.jar hbase/lib/htrace-core*.jar hbase/lib/netty*.jar hbase/lib/zookeeper*.jar +hbase/lib/metrics-core*.jar http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/aba71321/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath ---------------------------------------------------------------------- diff --git a/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath b/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath index f1e789b..89e7ce2 100644 --- a/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath +++ b/pxf/pxf-service/src/main/resources/pxf-privatehdp.classpath @@ -51,6 +51,7 @@ /usr/hdp/current/hbase-client/lib/hbase-common.jar /usr/hdp/current/hbase-client/lib/hbase-protocol.jar /usr/hdp/current/hbase-client/lib/htrace-core-*[0-9]*.jar +/usr/hdp/current/hbase-client/lib/metrics-core-*[0-9]*.jar /usr/hdp/current/hbase-client/lib/netty-*[0-9].Final.jar /usr/hdp/current/zookeeper-client/zookeeper.jar /usr/hdp/current/hive-client/lib/antlr-runtime-*[0-9].jar
