Re: build hbase2.1 without htrace-core-3.1.0-incubating.jar

2018-08-20 Thread Ted Yu
The previous snippet was generated on hbase-2.0 branch. Regenerating the dependency tree out with hbase-2.1 branch, I don't see 3.2.0 of htrace at all. FYI On Mon, Aug 20, 2018 at 6:32 PM Sean Busbey wrote: > That does not look like an Apache HBase version number on > hbase-server. 陈叶超 even

Re: build hbase2.1 without htrace-core-3.1.0-incubating.jar

2018-08-20 Thread Sean Busbey
That does not look like an Apache HBase version number on hbase-server. 陈叶超 even said "HBase 2.1" in the original email. On Mon, Aug 20, 2018 at 2:17 PM, Ted Yu wrote: > Looking at the dependency tree output, I see the following: > > [INFO]

Re: Phoenix CsvBulkLoadTool fails with java.sql.SQLException: ERROR 103 (08004): Unable to establish connection

2018-08-20 Thread Josh Elser
(-cc user@hbase, +bcc user@hbase) How about the rest of the stacktrace? You didn't share the cause. On 8/20/18 1:35 PM, Mich Talebzadeh wrote: This was working fine before my Hbase upgrade to 1.2.6 I have Hbase version 1.2.6 and Phoenix version apache-phoenix-4.8.1-HBase-1.2-bin This

Re: build hbase2.1 without htrace-core-3.1.0-incubating.jar

2018-08-20 Thread Ted Yu
Looking at the dependency tree output, I see the following: [INFO] org.apache.hbase:hbase-server:jar:2.0.0.3.0.0.0-SNAPSHOT ... [INFO] +- org.apache.htrace:htrace-core:jar:3.2.0-incubating:compile FYI On Mon, Aug 20, 2018 at 8:10 AM Sean Busbey wrote: > neither Hadoop 3.1 nor HBase 2.1 use

Phoenix CsvBulkLoadTool fails with java.sql.SQLException: ERROR 103 (08004): Unable to establish connection

2018-08-20 Thread Mich Talebzadeh
This was working fine before my Hbase upgrade to 1.2.6 I have Hbase version 1.2.6 and Phoenix version apache-phoenix-4.8.1-HBase-1.2-bin This command bulkloading into Hbase through phoenix failsnow fails HADOOP_CLASSPATH=${HOME}/jars/hbase-protocol-1.2.6.jar:${HBASE_HOME}/conf hadoop jar

Re: build hbase2.1 without htrace-core-3.1.0-incubating.jar

2018-08-20 Thread Sean Busbey
neither Hadoop 3.1 nor HBase 2.1 use that version of HTrace. what are you trying to do? On Sun, Aug 19, 2018 at 11:24 PM, 陈叶超 wrote: > hi: > > > I build hbase 2.1 with hadoop 3.1,and will lost > htrace-core-3.1.0-incubating.jar in \lib\client-facing-thirdparty\ > > but i found in the apache

build hbase2.1 without htrace-core-3.1.0-incubating.jar

2018-08-20 Thread 陈叶超
hi: I build hbase 2.1 with hadoop 3.1,and will lost htrace-core-3.1.0-incubating.jar in \lib\client-facing-thirdparty\ but i found in the apache site download tar.gz , my build command is : "mvn -P build-with-jdk8,hadoop-3.0 -DskipTests=true clean package install assembly:single" what am

hbase logs show the performance of compact isnt good. any suggstion to find out the reason?

2018-08-20 Thread Lu Dillon
Hi All, I'm a newbie against Hbase. When I use YCSB to load data into Hbase, the compaction in two cluster looks different. DEV: 6 nodes. A and B are master and standby for HDFS and Hbase. C/D/E/F are the HDFS datanode and regionservers. PROD: 8 nodes. A and B are master and standby for HDFS