Re: CompleteBulkLoad Error

2018-01-11 Thread Yung-An He
he.hadoop.hbase. > mapreduce.LoadIncrementalHFiles. > So the command will be, hbase > org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles > hdfs://hbase-master:9000/tmp/bktableoutput bktable > > Regards, > Ashish > > -----Original Message- > From: Yung-An He

CompleteBulkLoad Error

2018-01-10 Thread Yung-An He
Hi, I import data from files to HBase table via the ImportTsv command as below: hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.columns=HBASE_ROW_KEY,cf:c1,cf:c2-Dimporttsv.skip.bad.lines=false '-Dimporttsv.separator=,' -Dimporttsv.bulk.output=hdfs://hbase-master:9000/tmp/bktableout

Re: Hbase Question

2017-11-30 Thread Yung-An He
Hi, No matter how many versions of HBase class in your jar, the classloader will choose the first one on the classpath. Perhaps you could consider OSGi (A kind of module system). 2017-11-17 18:57 GMT+08:00 apple : > Hi: > I expect synchrodata between hbase 0.9 and hbase 1.2. > What's more,I fin

Re: hbase data migration from one cluster to another cluster on different versions

2017-10-25 Thread Yung-An He
doop.mapred.YarnChild$2.run(YarnChild.java:164) > > at java.security.AccessController.doPrivileged(Native Method) > > at javax.security.auth.Subject.doAs(Subject.java:422) > > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGro > > upInformation.java:16

Re: hbase data migration from one cluster to another cluster on different versions

2017-10-25 Thread Yung-An He
Hi, Have you seen the reference guide to make sure that the environment is ready for the upgrade? Perhaps you could try to copy the contents of /data/ExportedFiles to the HBase 1.2.1 cluster using distcp before import data instead of using "hdfs:/

Re: Multitenancy in HBase

2017-10-04 Thread Yung-An He
Hi HBASE-6721 is an issue about multitenancy in HBase. I hope it helps you. 2017-09-30 2:57 GMT+08:00 Sambhaji Sawant : > Hello HBase Experts > Can you please suggest how can I use Multitenancy in HBase.I was searching > it but cannot get proper

Re: HBase Book: C/C++ Apache HBase Client, the repository of FaceBook has been removed

2017-09-04 Thread Yung-An He
Thank you, Ted. Maybe someone has the same situation with me. Should the hyperlink of repository of FaceBook in C/C++ Apache HBase Client <http://hbase.apache.org/book.html#c> section be re-edited to HBASE-14850 ? Or do something to make it correct . 2017-09-05 11:41 GMT+08:00 Yung

Re: HBase Book: C/C++ Apache HBase Client, the repository of FaceBook has been removed

2017-09-04 Thread Yung-An He
Sorry, I mean to fix the HBase Book. 2017-09-05 11:29 GMT+08:00 Yung-An He : > Hi > > I found the repository of FaceBook has been removed on Hbase Book in C/C++ > Apache HBase Client <http://hbase.apache.org/book.html#c> section. > > Is there any plan to fix this issue? >

HBase Book: C/C++ Apache HBase Client, the repository of FaceBook has been removed

2017-09-04 Thread Yung-An He
Hi I found the repository of FaceBook has been removed on Hbase Book in C/C++ Apache HBase Client section. Is there any plan to fix this issue?