Re: Adding users as contributors

2016-07-28 Thread Yu Li
Thanks Sean, for the clarification and help adding Yu Sun to the contributor set! Best Regards, Yu On 27 July 2016 at 22:05, Sean Busbey wrote: > Hi Yu Li! > > Someone with JIRA admin rights (which should be at least everyone on > the PMC) needs to edit the project roles to add them as a contri

[jira] [Created] (HBASE-16298) ESAPI.properties missing in hbase-server.jar

2016-07-28 Thread JIRA
Sylvain VeyriƩ created HBASE-16298: -- Summary: ESAPI.properties missing in hbase-server.jar Key: HBASE-16298 URL: https://issues.apache.org/jira/browse/HBASE-16298 Project: HBase Issue Type:

[jira] [Created] (HBASE-16299) Update REST API scanner with ability to do reverse scan

2016-07-28 Thread BJORN A A OLSEN (JIRA)
BJORN A A OLSEN created HBASE-16299: --- Summary: Update REST API scanner with ability to do reverse scan Key: HBASE-16299 URL: https://issues.apache.org/jira/browse/HBASE-16299 Project: HBase

Successful: HBase Generate Website

2016-07-28 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. To update the live site, follow the instructions below. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If yo

[jira] [Created] (HBASE-16300) LruBlockCache.CACHE_FIXED_OVERHEAD should calculate LruBlockCache size correctly

2016-07-28 Thread Yu Sun (JIRA)
Yu Sun created HBASE-16300: -- Summary: LruBlockCache.CACHE_FIXED_OVERHEAD should calculate LruBlockCache size correctly Key: HBASE-16300 URL: https://issues.apache.org/jira/browse/HBASE-16300 Project: HBase

[jira] [Created] (HBASE-16301) Trigger flush without waiting when compaction is disabled on a table

2016-07-28 Thread huaxiang sun (JIRA)
huaxiang sun created HBASE-16301: Summary: Trigger flush without waiting when compaction is disabled on a table Key: HBASE-16301 URL: https://issues.apache.org/jira/browse/HBASE-16301 Project: HBase

[jira] [Created] (HBASE-16302) age of last shipped op is not representative for multiwal

2016-07-28 Thread Ashu Pachauri (JIRA)
Ashu Pachauri created HBASE-16302: - Summary: age of last shipped op is not representative for multiwal Key: HBASE-16302 URL: https://issues.apache.org/jira/browse/HBASE-16302 Project: HBase I

[jira] [Created] (HBASE-16303) TestFilter does not run all testcases because of missing @Test tag

2016-07-28 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-16303: -- Summary: TestFilter does not run all testcases because of missing @Test tag Key: HBASE-16303 URL: https://issues.apache.org/jira/browse/HBASE-16303

Hbase USERT

2016-07-28 Thread ankit beohar
Hi Hbase, My use case is :- I am getting files and I want to insert the records in hbase with rowkey if rowkey available I have to update the values with old+new values. For this I wrote MR job and get the values of each rowkey and in If else I manage my update and insert but with only 0.1 millio

Re: Hbase USERT

2016-07-28 Thread Dima Spivak
Hey Ankit, Moving the dev list to bcc and adding the user mailing list as the recipient. Maybe a fellow user can offer some suggestions. All the best, Dima On Thursday, July 28, 2016, ankit beohar wrote: > Hi Hbase, > > My use case is :- I am getting files and I want to insert the records in

RE: Hbase USERT

2016-07-28 Thread Du, Jingcheng
Hi Ankit, It seems like a memory issue in region servers. Did you monitor the memory usage in region servers during the run? How about to increase the heap size? Do you get exceptions after the region server goes down? Mind sharing it here? Regards, Jingcheng -Original Message- From: Di

Re: Hbase USERT

2016-07-28 Thread ankit beohar
Hi All, We will monitor memory usages meanwhile below are the error:- org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /hbase/WALs/quickstart.cloudera,60020,1469713295051/quickstart.cloudera%2C60020%2C1469713295051..meta.1469766981975.meta could only be replicated to 0 nodes inste

RE: Hbase USERT

2016-07-28 Thread Du, Jingcheng
This is because the HDFS cluster is not started successfully. You can check the namenode/datanode logs for further information. Regards, Jingcheng -Original Message- From: ankit beohar [mailto:ankitbeoha...@gmail.com] Sent: Friday, July 29, 2016 1:06 PM To: dev@hbase.apache.org Cc: u...