Hive-Hbase integration thorws "java.lang.ClassNotFoundException: NULL::character varying" (Postgres)

2016-11-14 Thread Anshuman Dwivedi
Hi Guys When doing hive to hbase integration, we have observed that current Apache Hive 2.x is not able to recognise 'NULL::character varying' (Variant data type of NULL in prostgres) properly and throws the java.lang.ClassNotFoundException exception. Exception: FAILED: RuntimeException

Why do we need the gloval "X" permission to run INSERT in Hive-HBase integration?

2015-09-10 Thread Han-Cheol Cho
p{margin-top:0px;margin-bottom:0px;} Hi, Hive user mailing list memebers, I am testing Hive-HBase integration on a Hadoop cluster. The cluster uses CDH5.4.4 with Kerberos enabled. Following the documentation of Cloudera and Apache HiveHBaseIntegration, I installed hive-hbase package

Re: Hive/Hbase Integration issue

2015-05-14 Thread Ibrar Ahmed
Now my hbase is working fine now, but i am still getting the same error [127.0.0.1:1] hive CREATE TABLE hbase_table_1(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase. HBaseStorageHandler' WITH SERDEPROPERTIES (hbase.columns.mapping

Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
Hi, I am creating a table using hive and getting this error. [127.0.0.1:1] hive CREATE TABLE hbase_table_1(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES (hbase.columns.mapping =

Re: Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
Seems you are right, Sometime I got this error while running hbase shell command. ibrar@ibrar-virtual-machine:/usr/local/hbase/bin$ ./hbase shell SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

Re: Hive/Hbase Integration issue

2015-05-13 Thread kulkarni.swar...@gmail.com
Ibrar, This seems to be an issue with the cluster rather than the integration itself. Can you make sure that HBase is happy and healthy and all RS are up and running? On Wed, May 13, 2015 at 1:58 PM, Ibrar Ahmed ibrar.ah...@gmail.com wrote: Hi, I am creating a table using hive and getting

Re: Hive/Hbase Integration issue

2015-05-13 Thread Ibrar Ahmed
Here is my hbase-site.xml configuration property namehbase.rootdir/name valuefile:///usr/local/hbase/value /property property namehbase.zookeeper.property.dataDir/name value/usr/local/hbase/zookeeperdata/value /property /configuration And hive-site.xml configuration

Re: Edit access to hive wiki to update hive-hbase integration docs

2015-04-30 Thread Lefty Leverenz
access to the hive wiki in order to update the hive/hbase integration docs ( https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration). Specifically I'd like to: 1. Add documentation about compound key support (the only statement on the wiki right now is there must be exactly one

Re: Edit access to hive wiki to update hive-hbase integration docs

2015-04-30 Thread Lefty Leverenz
all, Could I get edit access to the hive wiki in order to update the hive/hbase integration docs ( https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration). Specifically I'd like to: 1. Add documentation about compound key support (the only statement on the wiki right now

Edit access to hive wiki to update hive-hbase integration docs

2015-04-30 Thread Andrew Mains
Hi all, Could I get edit access to the hive wiki in order to update the hive/hbase integration docs (https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration). Specifically I'd like to: 1. Add documentation about compound key support (the only statement on the wiki right now

Re: Edit access to hive wiki to update hive-hbase integration docs

2015-04-30 Thread Andrew Mains
-Howtogetpermissiontoedit). -- Lefty On Thu, Apr 30, 2015 at 7:07 PM, Andrew Mains andrew.ma...@kontagent.com mailto:andrew.ma...@kontagent.com wrote: Hi all, Could I get edit access to the hive wiki in order to update the hive/hbase integration docs (https://cwiki.apache.org

Re: Hive-HBase Integration

2015-01-01 Thread kulkarni.swar...@gmail.com
Hey Mohan, Could you detail your question a little bit more? Hopefully the wiki here[1] solves your queries. [1] https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration On Thu, Jan 1, 2015 at 2:38 PM, Mohan Krishna mohan.25fe...@gmail.com wrote: Any body know Hive-HBase Integration

Hive-HBase Integration

2015-01-01 Thread Mohan Krishna
Any body know Hive-HBase Integration process? Thanks Mohan

More recent Hive-Hbase Integration info/docs

2014-07-10 Thread Stephen Boesch
The url for the hbase-hive integration: https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration has old versions: Hbase 0.92.0 and hadoop 0.20.x Are there any significant changes to these docs that anyone might (a) have pointers to or (b) be able/willing to mention here as important

Re: hive/hbase integration

2014-06-25 Thread Brian Jeltema
This did work, though specifying the same list in the HIVE_AUX_JARS_PATH environment variable or in a ‘set hive.aux.jars.path’ command does not work. Thanks, I can work with this. Brian On Jun 24, 2014, at 11:49 PM, D K deepe...@gmail.com wrote: If the MR job is failing can you try the

Re: hive/hbase integration

2014-06-24 Thread Andre Araujo
Brian, I'm successfully using Hive/Hbase integration on CDH5 (Hive 0.12.0 and Hbase 0.96.1) Can you explain your setup and configuration in details? Cheers, Andre' On 24 June 2014 02:14, Brian Jeltema brian.jelt...@digitalenvoy.net wrote: I’m running Hive 0.12 on Hadoop V2 (Ambari

Re: hive/hbase integration

2014-06-24 Thread D K
If the MR job is failing can you try the following on Hive CLI before running the query? add jar $HBASE_HOME/lib/hbase-client-version-hadoop2.jar; add jar $HBASE_HOME/lib/hbase-protocol-version-hadoop2.jar; add jar $HBASE_HOME/lib/hbase-server-version-hadoop2.jar; add jar

hive/hbase integration

2014-06-23 Thread Brian Jeltema
I’m running Hive 0.12 on Hadoop V2 (Ambari installation) and have been trying to use HBase integration. Hive generated Map/Reduce jobs are failing with: Error: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.mapreduce.TableSplit this is discussed in several discussion threads, but

hive hbase integration

2014-04-17 Thread Shushant Arora
what is hive storage handlers? What are the best practices for hive hbase integration?

Re: hive hbase integration

2014-04-17 Thread Shengjun Xin
practices for hive hbase integration? -- Regards Shengjun

Re: hive hbase integration

2013-12-30 Thread Vikas Parashar
Hi Guys, Eventually, i got success to solve that issue. As you know, issue was related with map-reduce jobs. Error was clearing saying, there was some jar(class) is missing. So, i have create a temporary folder and copied some jars file there. Fortunately, it's work for me. Kindly fine below

Re: hive hbase integration

2013-12-26 Thread kulkarni.swar...@gmail.com
Seems like you are running hive on yarn instead of mr1. I have had some issues in the past doing so. The post here[1] has some solutions on how to configure hive ot work with yarn. Hope that helps. [1] https://groups.google.com/a/cloudera.org/forum/#!topic/cdh-user/gHVq9C5H6RE On Thu, Dec 26,

Re: hive hbase integration

2013-12-26 Thread Vikas Parashar
Hi buddy, have gone through with given link. But no luck.. Actually i am working on HDP. Might be, there is some issue with yarn and MR. On Thu, Dec 26, 2013 at 10:10 PM, kulkarni.swar...@gmail.com kulkarni.swar...@gmail.com wrote: Seems like you are running hive on yarn instead of mr1. I

Hive-Hbase integration: join issues

2013-08-07 Thread Hao Ren
Hi, I have integrated hbase with Hive. When joining a shark table with a hbase table. It throws an exception: java.lang.ClassCastException: org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryArray cannot be cast to [Ljava.lang.Object; at

Re: Hive-Hbase integration: join issues

2013-08-07 Thread Hao Ren
Update: When I remove *client_list Arraystring*in both tables, it works fine. So, the problem is how to join a shark table and a hbase table with Array, Struct or Map ? Any workaround here ? Thank you. Hao Le 07/08/2013 10:09, Hao Ren a écrit : Hi, I have integrated hbase with Hive.

Re: ClassNotFoundException when use hive java client of hive + hbase integration

2012-11-06 Thread Cheng Su
+szfnexgcat8caqtovf8j...@mail.gmail.com%3E Mark On Mon, Nov 5, 2012 at 6:53 AM, Cheng Su scarcer...@gmail.com wrote: Hi, all. I have a hive+hbase integration cluster. When I try to execute query through the java client of hive, sometimes a ClassNotFoundException happens. My java code

Re: Hbase connection closed when query multiple complicated hql with hive+hbase integration

2012-11-06 Thread Cheng Su
...@gmail.com wrote: Hi, all. I have a hive + hbase integration cluster. I met a performance issue. I executed some complicated hql, but only the first one is actually running. The rests are showed running on the job track web ui, but task attempt failed with exceptions below: java.io.IOException

ClassNotFoundException when use hive java client of hive + hbase integration

2012-11-05 Thread Cheng Su
Hi, all. I have a hive+hbase integration cluster. When I try to execute query through the java client of hive, sometimes a ClassNotFoundException happens. My java code : final Connection conn = DriverManager.getConnection(URL); final ResultSet rs = conn.executeQuery(SELECT count(*) FROM

Re: ClassNotFoundException when use hive java client of hive + hbase integration

2012-11-05 Thread Mark Grover
...@mail.gmail.com%3E Mark On Mon, Nov 5, 2012 at 6:53 AM, Cheng Su scarcer...@gmail.com wrote: Hi, all. I have a hive+hbase integration cluster. When I try to execute query through the java client of hive, sometimes a ClassNotFoundException happens. My java code : final Connection conn

Re: ClassNotFoundException when use hive java client of hive + hbase integration

2012-11-05 Thread Cheng Su
it in aux_lib. See this thread for reference: http://mail-archives.apache.org/mod_mbox/hive-user/201103.mbox/%3caanlktingqlgknqmizgoi+szfnexgcat8caqtovf8j...@mail.gmail.com%3E Mark On Mon, Nov 5, 2012 at 6:53 AM, Cheng Su scarcer...@gmail.com wrote: Hi, all. I have a hive+hbase integration cluster

Re: Performance: hive+hbase integration query against the row_key

2012-09-12 Thread Bejoy KS
location.    Regards, Bejoy KS From: ashok.sa...@wipro.com ashok.sa...@wipro.com To: user@hive.apache.org Sent: Wednesday, September 12, 2012 8:55 AM Subject: RE: Performance: hive+hbase integration query against the row_key after loading the data into hive

RE: Performance: hive+hbase integration query against the row_key

2012-09-12 Thread ashok.samal
Yes bejoy i did it today and it's working. But i was thinking by setting some property we can achieve it. Is there anything like that? Thanks Ashok From: Bejoy KS [mailto:bejoy...@yahoo.com] Sent: 13 September 2012 02:40 To: user@hive.apache.org Subject: Re: Performance: hive+hbase integration

Re: Performance: hive+hbase integration query against the row_key

2012-09-12 Thread Bejoy KS
: Performance: hive+hbase integration query against the row_key Yes bejoy i did it today and it’s working. But i was thinking by setting some property we can achieve it. Is there anything like that?   Thanks Ashok   From:Bejoy KS [mailto:bejoy...@yahoo.com] Sent: 13 September 2012 02:40 To: user

Performance: hive+hbase integration query against the row_key

2012-09-11 Thread Shengjie Min
Hi, I am trying to get hive working on top of my hbase table following the guide below: https://cwiki.apache.org/Hive/hbaseintegration.html CREATE EXTERNAL TABLE hive_hbase_test (key string, a string, b string, c string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH

Re: Performance: hive+hbase integration query against the row_key

2012-09-11 Thread bharath vissapragada
Hey, Hive does all kinds of parsing , metadata lookups, query tree building and stuff before executing the query. Not sure if this all was included in those 36 seconds ! Also what hive does is, it builds a scan object with ranges based on predicates (and mappers too ) on key column and not a

Re: Performance: hive+hbase integration query against the row_key

2012-09-11 Thread Alan Gates
On Sep 11, 2012, at 7:00 AM, bharath vissapragada wrote: Hey, Hive does all kinds of parsing , metadata lookups, query tree building and stuff before executing the query. Not sure if this all was included in those 36 seconds ! Also what hive does is, it builds a scan object with

RE: Performance: hive+hbase integration query against the row_key

2012-09-11 Thread ashok.samal
after loading the data into hive tables, the files gets automatically deleted from HDFS...how to stop that? Thanks Ashok -Original Message- From: Alan Gates [mailto:ga...@hortonworks.com] Sent: 12 September 2012 06:51 To: user@hive.apache.org Subject: Re: Performance: hive+hbase

Hive+Hbase Integration Error.

2012-08-20 Thread Sandeep Reddy P
Hi, I want to integrate Hive and Hbase Tables. I created a table in hive using Stored By. When i try to load data into that table using INSERT OVERWRITE TABLE hbase_table_1 SELECT * FROM pokes; I got the following exceptions, FAILED: Execution Error, return code 2 from

Re: Hive+Hbase Integration Error.

2012-08-20 Thread Sandeep Reddy P
Hi, Now the Job Tracker log's java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row {foo:98,bar:abc} at org.apache.hadoop.hive.ql.exec.ExecMapper.map(ExecMapper.java:161) at

Re: Hive | HBase Integration

2012-03-01 Thread Bejoy Ks
: Garg, Rinku rinku.g...@fisglobal.com To: user@hive.apache.org user@hive.apache.org; Bejoy Ks bejoy...@yahoo.com Sent: Thursday, March 1, 2012 11:19 AM Subject: RE: Hive | HBase Integration Hi Bejoy,   We want to insert data into Hbase cluster. We are having data in CSV files. We want to insert

Re: Hive | HBase Integration

2012-02-29 Thread Bejoy Ks
looking st some specific operation here? · If we have to use hbase through hive then how can we proceed? AFAIK, the hive Hbase integration is meant to query data from Hbase alone. For inserts and updates in Hbase tables you need to use the Hbase APIs itself. Regards Bejoy.K.S

Hive | HBase Integration

2012-02-28 Thread Savant, Keshav
Hi All, We did a successful setup of hadoop-0.20.203.0 and hive-0.7.1. In our next step we are eyeing HBase integration with Hive. As far as we understand from articles available on internet and apache site, we can use HBase instead of derby as a metastore of Hive, this gives us more

RE: Hive | HBase Integration

2012-02-28 Thread Garg, Rinku
Rinku Garg From: bejoy...@yahoo.com [mailto:bejoy...@yahoo.com] Sent: 29 February 2012 11:08 To: user@hive.apache.org Subject: Re: Hive | HBase Integration Hi Rinku Were you able to create a normal table within your hive without any issues? By Normal table I mean the one that has data dir

Problem with Hive/HBase integration

2012-01-26 Thread Madhusudhana Rao Podila
Hi I have a problem in create a Hive table using existing HBase table (using External Table concept) with multiple columns from column family (not using as Map) Case-1 : I have created a table in HBase and able to map to Hive as an external table just using only one column from the column

Re: Problem with Hive/HBase integration

2012-01-26 Thread shashwat shriparv
http://dl.dropbox.com/u/19454506/HadoopHIveHbaseReady.tar.gz Download this its pre connfigured hive and hbase. you need to change some settings accordingly specific to your linux settings... On Fri, Jan 27, 2012 at 11:07 AM, Madhusudhana Rao Podila madhusudhana_pod...@infosys.com wrote:

Re: Hive-Hbase integration

2011-12-17 Thread Bejoy Ks
donta...@gmail.com To: user user@hive.apache.org Sent: Saturday, December 17, 2011 11:32 PM Subject: Hive-Hbase integration Hello list,     I have a small demo table in Hbase and I want to operate it through Hive.Here is my table in Hbase - hbase(main):021:0 scan 'employee' ROW

Re: Hive-Hbase integration

2011-12-17 Thread Mohammad Tariq
@hive.apache.org Sent: Saturday, December 17, 2011 11:32 PM Subject: Hive-Hbase integration Hello list,     I have a small demo table in Hbase and I want to operate it through Hive.Here is my table in Hbase - hbase(main):021:0 scan 'employee' ROW                                    COLUMN

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Ankit Jain
I think your hbase master is not running. Open the hive shell and run command : hbase status On Fri, Dec 2, 2011 at 2:00 PM, Alok Kumar alok...@gmail.com wrote: Hi, Does Hive-Hbase integration require Hbase running in pseudo-distributed mode? I've build my Hadoop following this article

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Alok Kumar
, Ankit Jain ankitjainc...@gmail.comwrote: I think your hbase master is not running. Open the hive shell and run command : hbase status On Fri, Dec 2, 2011 at 2:00 PM, Alok Kumar alok...@gmail.com wrote: Hi, Does Hive-Hbase integration require Hbase running in pseudo-distributed mode

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Ankit Jain
, Does Hive-Hbase integration require Hbase running in pseudo-distributed mode? I've build my Hadoop following this article http://www.michael-noll.com/blog/2011/04/14/building-an-hadoop-0-20-x-version-for-hbase-0-90-2/ and have already replaced Hbase jar files accordingly.. I'm getting

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread Alok Kumar
, Ankit Jain ankitjainc...@gmail.comwrote: I think your hbase master is not running. Open the hive shell and run command : hbase status On Fri, Dec 2, 2011 at 2:00 PM, Alok Kumar alok...@gmail.com wrote: Hi, Does Hive-Hbase integration require Hbase running in pseudo-distributed mode

RE: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread jcfolsom
contain 0.89-SNAPSHOT. FYI: There's an official Hive/HBase integration page at the Confluence wiki, but that doesn't work either: https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration It contains the instruction: The handler requires Hadoop 0.20 or higher, and has only been tested

Re: Hive-Hbase integration require Hbase in Pseudo distributed??

2011-12-02 Thread John Sichi
of HBase other than 0.89, but there are three 0.89 versions of HBase at archive.apache.org and the lib directories for Hive contain 0.89-SNAPSHOT. FYI: There's an official Hive/HBase integration page at the Confluence wiki, but that doesn't work either: https://cwiki.apache.org/confluence

Hive-Hbase integration

2011-12-01 Thread Mohammad Tariq
Hello list, Could anyone tell me the basic (and must) requirements for integrating Hive and Hbase??? I have followed the Hive HBase Integration link on cwiki but I am not able to do it. Need some urgent help.Many thanks in advance. Regards,     Mohammad Tariq

Re: Hive/Hbase integration Problem

2011-11-29 Thread Ankit Jain
Hi, Please use 127.0.0.1 instead of ubuntu.ubuntu-domain . or Open the Hbase shell and run command 'status'. On Tue, Nov 29, 2011 at 1:34 PM, shashwat shriparv dwivedishash...@gmail.com wrote: I have followed https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration my hbase is

Re: Hive/Hbase integration Problem

2011-11-29 Thread shashwat shriparv
Hey Ankit, Thanks. my host file i tried using 127.0.0.1 still same problem, can you please tell me what should be there in the host file now my host file contains following entries: 192.168.2.125 shashwat.pointcrossblr ubuntu 127.0.0.1 localhost #127.0.0.1localhost #192.168.2.125

Re: Hive/Hbase integration Problem

2011-11-29 Thread Ankit Jain
Please go through this blog .. http://ankitasblogger.blogspot.com/2011/01/installing-hbase-in-cluster-complete.html On Tue, Nov 29, 2011 at 2:11 PM, shashwat shriparv dwivedishash...@gmail.com wrote: Hey Ankit, Thanks. my host file i tried using 127.0.0.1 still same problem, can you please

Re: Hive-HBase Integration - Jar question

2011-08-03 Thread Neerja Bhatnagar
Hi Carl, Thank you very much! Cheers, Neerja On Tue, Aug 2, 2011 at 11:31 PM, Carl Steinbach c...@cloudera.com wrote: Hi Neerja, Ordinarily a POM for the hive-hbase-handler would be available from Cloudera's Maven repository, but it looks like we haven't generated one. We will get this

Hive-HBase Integration - Jar question

2011-08-01 Thread Neerja Bhatnagar
Hi, I am using hive-hbase-handler-0.7.0-cdh3u0.jar (under hive-0.7.0-cdh3u0/lib) thrift-fb303-0.5.0.jar (under hive-0.7.0-cdh3u0/lib) thrift-0.2.0.jar (under hbase-0.90.1-cdh3u0/lib) in my project. We use Maven; could anyone please tell me where I can get the pom information for these jars?

FW: hive/hbase integration with rebuilt handler

2011-05-08 Thread Sun, Michael
environment? Thanks Michael Sun From: Sun, Michael Sent: Friday, May 06, 2011 5:16 PM To: 'user@hive.apache.org' Subject: hive/hbase integration with rebuilt handler Hi, can any of you help to solve the error in the attachment when I tried to integrate Hive and HBase? Environment

Re: Hive/hbase integration - Rebuild the Storage Handler

2011-03-22 Thread amit jaiswal
/hbase integration - Rebuild the Storage Handler Hi, I am using hbase 0.90 and Hive 0.7 and would like to try the hive/hbase integration. From the Wiki Doc I could see that I have to rebuild the the handler: “If you are not using hbase-0.89.0, you will need to rebuild the handler

Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Abhijit Sharma
Hi, I am trying to connect the hive shell running on my laptop to a remote hadoop / hbase cluster and test out the HBase/Hive integration. I manage to connect and create the table in hbase from remote Hive shell. I am also passing the auxpath parameter to the shell (specifying the Hive/HBase

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Edward Capriolo
. I am also passing the auxpath parameter to the shell (specifying the Hive/HBase integration related jars). In addition I have copied over these files to HDFS as well (I am using the user name hadoop - so the jars are stored in HDFS under /user/hadoop). However when  I fire a query on the HBase

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Abhijit Sharma
the hive shell running on my laptop to a remote hadoop / hbase cluster and test out the HBase/Hive integration. I manage to connect and create the table in hbase from remote Hive shell. I am also passing the auxpath parameter to the shell (specifying the Hive/HBase integration related jars

Re: Problem with Hive HBase Integration - Running Mapper task

2011-03-16 Thread Edward Capriolo
the auxpath parameter to the shell (specifying the Hive/HBase integration related jars). In addition I have copied over these files to HDFS as well (I am using the user name hadoop - so the jars are stored in HDFS under /user/hadoop). However when  I fire a query on the HBase table - select

Re: Hive/Hbase Integration Error

2011-01-10 Thread Jean-Daniel Cryans
Sorry it that wasn't obvious, but you need to run hive using this command: bin/hive -hiveconf hive.root.logger=INFO,console AND in the same shell create the table in order to have more information. What we're trying to get looks like this: http://pastebin.com/gvTXDxtE Specifically, this line is

Re: Hive/Hbase Integration Error

2011-01-07 Thread Adarsh Sharma
John Sichi wrote: On Jan 6, 2011, at 9:53 PM, Adarsh Sharma wrote: I want to know why it occurs in hive.log 2011-01-05 15:19:36,783 ERROR DataNucleus.Plugin (Log4JLogger.java:error(115)) - Bundle org.eclipse.jdt.core requires org.eclipse.core.resources but it cannot be resolved.

Re: Hive/Hbase Integration Error

2011-01-07 Thread Jean-Daniel Cryans
While testing other things yesterday on my local machine, I encountered the same stack traces. Like I said the other day, which you seem to have discarded while debugging your issue, is that it's not able to connect to Zookeeper. Following the cue, I added these lines in

Re: Hive/Hbase Integration Error

2011-01-07 Thread Jean-Daniel Cryans
Just figured that running the shell with this command will give all the info you need: bin/hive -hiveconf hive.root.logger=INFO,console J-D On Fri, Jan 7, 2011 at 9:57 AM, Jean-Daniel Cryans jdcry...@apache.org wrote: While testing other things yesterday on my local machine, I encountered the

Re: Hive/Hbase Integration Error

2011-01-07 Thread Viral Bajaria
On Jan 6, 2011, at 2:34 AM, Adarsh Sharma wrote: Dear all, I am sorry I am posting this message again but I can't able to locate the root cause after googled a lot. I am trying Hive/Hbase Integration from the past 2 days. I am facing the below issue while creating external table in Hive

Re: Hive/Hbase Integration Error

2011-01-06 Thread John Sichi
am posting this message again but I can't able to locate the root cause after googled a lot. I am trying Hive/Hbase Integration from the past 2 days. I am facing the below issue while creating external table in Hive. I am using hadoop-0.20.2, hbase-0.20.6, hive-0.6.0 ( Mysql as metstore

RE: Hive/HBase integration issue.

2010-11-24 Thread Vivek Mishra
Added 1 post at: http://mevivs.wordpress.com/2010/11/24/hivehbase-integration/ Sharing it if is useful. Vivek -Original Message- From: Vivek Mishra Sent: Friday, November 19, 2010 10:36 AM To: user@hive.apache.org Subject: RE: Hive/HBase integration issue. Hi, Just found

Re: Hive/HBase integration issue.

2010-11-18 Thread afancy
Hi, Does the INSERT clause have to include the OVERWRITE, which means that the new data will overwrite the previous data? How to implement the indeed INSERT operation, instead of OVERWRITE? BTW: How to implement the DELETE operator? thanks afancy

Re: Hive/HBase integration issue.

2010-11-18 Thread John Sichi
As noted here, when writing to HBase, existing rows are overwritten, but old rows are not deleted. http://wiki.apache.org/hadoop/Hive/HBaseIntegration#Overwrite There is not yet any deletion support. JVS On Nov 18, 2010, at 1:00 AM, afancy wrote: Hi, Does the INSERT clause have to