RE: Improving locality of table access...

2008-10-22 Thread Jim Kellerman (POWERSET)
In the future, you should send HBase questions to the HBase user mailing list: [EMAIL PROTECTED] if you want to get a more timely response. HBase development is disconnected from Hadoop development for the most part. --- Jim Kellerman, Powerset (Live Search, Microsoft Corporation

RE: Hadoop Camp next month

2008-10-21 Thread Jim Kellerman (POWERSET)
--- Jim Kellerman, Powerset (Live Search, Microsoft Corporation) -Original Message- From: Milind Bhandarkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 3:37 PM To: core-user@hadoop.apache.org; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; pig- [EMAIL

RE: out of memory error

2008-10-16 Thread Jim Kellerman (POWERSET)
file handles are allocated per process, what else is running on the same machine as the region server and what versions of hadoop and hbase you are running. --- Jim Kellerman, Powerset (Live Search, Microsoft Corporation) -Original Message- From: Rui Xing [mailto:[EMAIL PROTECTED] Sent

RE: hbase

2008-10-15 Thread Jim Kellerman (POWERSET)
instance running on hadoop --- Jim Kellerman, Powerset (Live Search, Microsoft Corporation) -Original Message- From: chandra [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 2:01 AM To: hadoop core user Subject: hbase hi Is this instance possible? suppose Hbase runs

[ANNOUNCEMENT] hbase-0.2.1 released

2008-09-13 Thread Jim Kellerman
HBase-0.2.1 was released today. It resolves 44 issues found in HBase-0.2.0

RE: HBase, Hive, Pig and other Hadoop based technologies

2008-09-08 Thread Jim Kellerman
Comments inline below: -Original Message- From: Naama Kraus [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 1:00 AM To: hadoop-core; [EMAIL PROTECTED] Subject: Re: HBase, Hive, Pig and other Hadoop based technologies Both Pig and Hive are written on top of Hadoop, is that

[Announcement] HBase major release version to track Hadoop major releases.

2008-08-21 Thread Jim Kellerman
that it will require hadoop-0.19.x --- Jim Kellerman, Senior Engineer; Powerset (a Microsoft Company)

RE: Why is scaling HBase much simpler then scaling a relational db?

2008-08-20 Thread Jim Kellerman
://labs.google.com/papers/bigtable.html --- Jim Kellerman, Senior Engineer; Powerset (a Microsoft Company) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Sierra Sent: Wednesday, August 20, 2008 1:03 PM To: core-user@hadoop.apache.org Subject: Re

RE: Why is scaling HBase much simpler then scaling a relational db?

2008-08-18 Thread Jim Kellerman
Please note that you will get a prompt response about HBase questions if you ask them on the HBase user list ( [EMAIL PROTECTED] ) -Original Message- From: Mork0075 [mailto:[EMAIL PROTECTED] Sent: Sunday, August 17, 2008 11:51 PM To: core-user@hadoop.apache.org Subject: Re: Why is

RE: why it doesn`t run?

2008-05-19 Thread Jim Kellerman
None of the hbase 0.1.x versions work with hadoop-0.15.x --- Jim Kellerman, Senior Engineer; Powerset -Original Message- From: Jean-Daniel Cryans [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 5:38 AM To: core-user@hadoop.apache.org Subject: Re: why it doesn`t run? Hi

RE: single node Hbase

2008-05-09 Thread Jim Kellerman
timely response. See http://hadoop.apache.org/hbase/mailing_lists.html for how to subscribe. --- Jim Kellerman, Senior Engineer; Powerset -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shiraz Memon Sent: Friday, May 09, 2008 2:38 AM To: core-user

[ANNOUNCEMENT] HBase release 0.1.1 now available.

2008-04-13 Thread Jim Kellerman
hbase-0.1.1 is now available. It contains a number of fixes for problems found in hbase-0.1.0 --- Jim Kellerman, Senior Engineer; Powerset No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.13/1376 - Release Date: 4/13/2008 1:45 PM

RE: loading data into hbase table

2008-03-11 Thread Jim Kellerman
= table.startUpdate(rowname) for (each column-name, value-pair) { table.put(id, column-name, column-value) } table.commit(id) } --- Jim Kellerman, Senior Engineer; Powerset -Original Message- From: Ved Prakash [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 2:41 AM To: core-user

RE: how to connect to hbase using php

2008-03-11 Thread Jim Kellerman
There is a REST interface to HBase. See http://wiki.apache.org/hadoop/Hbase/HbaseRest for the specification. --- Jim Kellerman, Senior Engineer; Powerset -Original Message- From: Ved Prakash [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 4:20 AM To: core-user