Search Discussions
-
Hi, I was wondering if it's possible/how to write Visibility Labels to an HFileOutputFormat2? I believe Visibility Labels are just implemented as Tags, but with the normal way of writing them with ...
Ellis, Tom (Financial Markets IT)
Jun 7, 2016 at 10:06 am
Jun 17, 2016 at 6:37 am -
Hi, I have configured secure HBase-1.1.3. Hadoop version using 2.7.2. I have enabled authorization in HBase. When executing any authorization command like user_permission, grant, revoke, etc. Its ...
Kumar r
Jun 13, 2016 at 5:19 am
Jun 18, 2016 at 1:13 pm -
Hi, Is there any command to get complete description about hbase table such as owner, database, modified time, etc. In hive, i can get those information using desc formatted tablename; But in hbase ...
Kumar r
Jun 8, 2016 at 7:10 am
Jun 8, 2016 at 8:34 am -
Hello, We're running hbase 1.2.0-cdh5.7.0. According to the HBase book, in order to enable stripe compactions on a table we need to first disable the table. We basically can't disable tables in ...
Bryan Beaudreault
Jun 6, 2016 at 7:19 pm
Jun 7, 2016 at 7:49 pm -
Hi, Andrew again, I still have a question that if we move the encryption to HDFS level, we no longer can enable encryption per table I think? I assume encryption will impact performance to some ...
Liu, Ming (Ming)
Jun 6, 2016 at 4:08 pm
Jun 7, 2016 at 3:12 am -
Hi, We met a weird scenario in our production environment. IndexOutOfBoundsException is thrown while retrieving mid key of the storefile after region compaction. Log Snippet : ----------------- ...
Pankaj kr
Jun 3, 2016 at 3:13 pm
Jun 6, 2016 at 8:51 am -
in hbase 0.98.10, class HMaster, method startServiceThread, hmaster open a thread poolwith type MASTER_OPEN_REGION, but this pool is not used in any place can remove this. thanks
WangYQ
Jun 2, 2016 at 11:56 am
Jun 3, 2016 at 2:30 pm -
Wondering if anyone knows the cause of messages like : "MemstoreFlusherChore requesting flush of <TABLE ,,1465289533949.94286e3c616b8b4635c9f0665e424a05. because <COLUMN_FAMILY has an old edit so ...
Ted
Jun 17, 2016 at 6:50 pm
Jun 17, 2016 at 9:30 pm -
Hi: I'm currently using HBase 1.1.2 and am in the process of determining how best to proceed with the column layout for an upcoming expansion of our data pipeline. Background: Table A: billions of ...
Ken Hampson
Jun 8, 2016 at 2:53 am
Jun 13, 2016 at 2:34 am -
Hi, all, We are trying to deploy the 'transparent encryption' feature of HBase , described in HBase reference guide: https://hbase.apache.org/book.html#hbase.encryption.server , in our product. We ...
Liu, Ming (Ming)
Jun 3, 2016 at 12:52 am
Jun 3, 2016 at 4:27 am -
Hi, I'm using HBase 0.94-23 with Hadoop 2.7.2. In my hadoop namenode log file, I'm getting below log info message over and over again. No jobs are running still seeing the same log appearing. When I ...
Chathuri Wimalasena
Jun 18, 2016 at 3:30 pm
Jun 18, 2016 at 5:14 pm -
Hello, We are running 1.2.0-cdh5.7.0 on our server side, and 1.0.0-cdh5.4.5 on the client side. We're in the process of upgrading the client, but aren't there yet. I'm trying to figure out the ...
Bryan Beaudreault
Jun 17, 2016 at 11:15 pm
Jun 18, 2016 at 3:00 pm -
in hbase 0.98.10, if we use LruBlockCache, and set regionServer's max heap to 10G in default: the size of in_memory priority of LruBlockCache is : 10G * 0.4 * 0.25 = 1G 0.4: hfile.block.cache.size ...
WangYQ
Jun 16, 2016 at 8:21 am
Jun 17, 2016 at 12:57 am -
Our regionservers are periodically seg faulting, roughly once a day, and I would appreciate some help debugging. Some version details: Java HotSpot(TM) 64-Bit Server VM (24.80-b11) for linux-amd64 ...
Harry Waye
Jun 10, 2016 at 4:36 pm
Jun 15, 2016 at 6:46 pm -
Currently, we found sometimes our RS handlers were occupied by some big request. For example, when handlers read one same big block from hdfs simultaneously, all handlers will wait, except one ...
Heng Chen
Jun 14, 2016 at 3:35 am
Jun 15, 2016 at 2:53 am -
Hi All, I have problems when combining PageFilter with other filters. I am combining SingleColumnValueFilter, KeyOnlyFilter, and PageFilter. Scan returns different total number of row when pageFilter ...
Eko Susilo
Jun 9, 2016 at 10:41 am
Jun 10, 2016 at 4:55 am -
in hbase 0.98.10, class HRegionServer method openRegion line 3827 when RS open region, if this region is already opened by RS, we will check hbase:meta to see if hbase:meta is updated. but, if the RS ...
WangYQ
Jun 3, 2016 at 9:17 am
Jun 3, 2016 at 2:26 pm -
I am trying out HBase bulk loading. The command looks like this: $HADOOP_CLASSPATH=`${HBASE_HOME}/bin/hbase classpath` ${HADOOP_HOME}/bin/hadoop jar ${HBASE_HOME}/hbase-server-1.2.1.jar importtsv ...
Mahesha999
Jun 17, 2016 at 10:41 am
Jun 17, 2016 at 11:03 am -
Hi, As per the official documentation of HBase it is mentioned that HBase typical schema should contain 1 to 3 column families per table ...
Siddharth Ubale
Jun 15, 2016 at 11:11 am
Jun 16, 2016 at 5:00 pm -
Since you already have hadoop 2.7.1, why is alluxio 1.1.0 needed ? Can you illustrate your use case ? Thanks
Ted Yu
Jun 16, 2016 at 2:32 am
Jun 16, 2016 at 3:31 am -
Which version of hbase / Hadoop are you using ? (So that line number matching can be more accurate) It would be good if you can show your code snippet. Thanks
Ted Yu
Jun 11, 2016 at 11:40 am
Jun 15, 2016 at 6:05 pm -
Good book on interview preparation for big data https://notionpress.com/read/big-data-interview-faqs
Chaturvedi Chola
Jun 15, 2016 at 11:41 am
Jun 15, 2016 at 12:53 pm -
in hbase 0.98.10 class CacheConfig in line 417, we get lruCacheSize from heap conf and cachePercentage in line 450, when we use combineWithLru, we get a new lruCacheSize again from bucketCacheSize ...
WangYQ
Jun 13, 2016 at 7:33 am
Jun 13, 2016 at 2:08 pm -
in hbase 0.98.10 doc, section 6.2 "on the number of column families" " we currently does not do well with anything above two or three column families" i am wondering are there any new improvements on ...
WangYQ
Jun 12, 2016 at 3:30 am
Jun 12, 2016 at 2:51 pm -
Hi there, I started the built-in REST API server for HBase and I am planning to retrieve the complete column family for a given row using the URL format here ...
Bin Wang
Jun 11, 2016 at 6:22 pm
Jun 12, 2016 at 4:58 am -
in hbase 0.98.10, class HRegion, line 1277 to 1286: there are two methods: "getStoreOpenAndCloseThread" and "getStoreFileOpenAndCloseThreadPool", getStoreOpenAndCloseThread is to get the thread pool ...
WangYQ
Jun 3, 2016 at 6:15 am
Jun 3, 2016 at 6:33 am -
Hello, There is very little information that I can find online with regards to recommended dfs.block.size setting for HBase. Often it conflates with the HBase blocksize, which we know should be ...
Bryan Beaudreault
Jun 1, 2016 at 3:52 pm
Jun 1, 2016 at 6:22 pm -
I have a table with hundred of million records. This table contains data about servers and events genereated on them. Following is the row key of the table: rowkey = md5(serverId) + timestamp [32 hex ...
Ravi Singal
Jun 17, 2016 at 9:32 am
Jun 17, 2016 at 9:32 am -
HBASE_HEAP_SIZE=10G, use LruBlockCache with 0.4 of HBASE_HEAP_SIZE after hbase run 15 days , in find in some RS, there are 200M free block cache, but hit ration is 10%, too low i think the hit ration ...
WangYQ
Jun 16, 2016 at 5:41 am
Jun 16, 2016 at 5:41 am -
Hi, Does the Heartbeat protocol in HBase 1.1 work for calls to the aggregation coprocessor? Or put another way, if I do a rowCount on a very large table, should I expect to encounter timeouts? ...
Dave Birdsall
Jun 14, 2016 at 6:56 pm
Jun 14, 2016 at 6:56 pm -
hi,stack: Do you have any ideas?We confused for a long time. ------------------ 原始邮件 ------------------ 发件人: "wgq.wu";<<span class="m_body_email_addr" title="2aa161d746a9287006aae7e0780074a8" ...
聪聪
Jun 12, 2016 at 5:57 am
Jun 12, 2016 at 5:57 am -
Hi all, Running HBase 1.1.2: I'm running into an issue where during forced region failover (kill -9 on the regionserver), the new region location is not being updated in meta (and never is updated, ...
Donmai
Jun 2, 2016 at 5:07 pm
Jun 2, 2016 at 5:07 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 32 |
posts | 130 |
users | 44 |
website | hbase.apache.org |
44 users for June 2016
Archives
- June 2016 (130)
- May 2016 (187)
- April 2016 (267)
- March 2016 (237)
- February 2016 (206)
- January 2016 (173)
- December 2015 (189)
- November 2015 (166)
- October 2015 (238)
- September 2015 (226)
- August 2015 (236)
- July 2015 (259)
- June 2015 (262)
- May 2015 (435)
- April 2015 (391)
- March 2015 (360)
- February 2015 (353)
- January 2015 (313)
- December 2014 (217)
- November 2014 (436)
- October 2014 (434)
- September 2014 (467)
- August 2014 (605)
- July 2014 (504)
- June 2014 (356)
- May 2014 (390)
- April 2014 (509)
- March 2014 (551)
- February 2014 (483)
- January 2014 (554)
- December 2013 (483)
- November 2013 (488)
- October 2013 (534)
- September 2013 (620)
- August 2013 (753)
- July 2013 (694)
- June 2013 (579)
- May 2013 (633)
- April 2013 (722)
- March 2013 (677)
- February 2013 (772)
- January 2013 (761)
- December 2012 (742)
- November 2012 (798)
- October 2012 (785)
- September 2012 (681)
- August 2012 (802)
- July 2012 (803)
- June 2012 (586)
- May 2012 (768)
- April 2012 (522)
- March 2012 (643)
- February 2012 (636)
- January 2012 (655)
- December 2011 (563)
- November 2011 (556)
- October 2011 (540)
- September 2011 (680)
- August 2011 (756)
- July 2011 (778)
- June 2011 (830)
- May 2011 (828)
- April 2011 (1,051)
- March 2011 (1,095)
- February 2011 (753)
- January 2011 (1,000)
- December 2010 (755)
- November 2010 (561)
- October 2010 (529)
- September 2010 (770)
- August 2010 (461)
- July 2010 (634)
- June 2010 (506)
- May 2010 (458)
- April 2010 (518)
- March 2010 (843)
- February 2010 (363)
- January 2010 (578)
- December 2009 (414)
- November 2009 (542)
- October 2009 (578)
- September 2009 (428)
- August 2009 (493)
- July 2009 (610)
- June 2009 (459)
- May 2009 (351)
- April 2009 (357)
- March 2009 (328)
- February 2009 (302)
- January 2009 (341)
- December 2008 (342)
- November 2008 (274)
- October 2008 (362)
- September 2008 (311)
- August 2008 (298)
- July 2008 (326)
- June 2008 (158)
- May 2008 (190)
- April 2008 (168)
- March 2008 (150)
- February 2008 (136)