Re: [HIVE] Cannot perform a queries

2013-08-26 Thread Guillermo Alvarado
query in the hive console... Thanks, Regards. 2013/8/26 Nitin Pawar > Can you share your hive-site.xml and zookeeper log? > Unless you are using concurrency in hive, zookeeper is not needed. > > I run hive without zookeeper. > > > On Mon, Aug 26, 2013 at 9:38 P

Re: [HIVE] Cannot perform a queries

2013-08-26 Thread Guillermo Alvarado
Hi, Anybody can give me some help with this please? Thanks in advance, Regards. 2013/8/22 Guillermo Alvarado > Hi everyone, > > I have a CDH4 cluster running In 4 nodes. I can perform queries in Beeswax > UI but If I try to perform the same query with the hive console it is no

[HIVE] Cannot perform a queries

2013-08-22 Thread Guillermo Alvarado
Hi everyone, I have a CDH4 cluster running In 4 nodes. I can perform queries in Beeswax UI but If I try to perform the same query with the hive console it is not possible. I launched the console in this way: hive -hiveconf hive.root.logger=DEBUG,console and this is the output. = 13/08/22 13

Invalid method name: 'execute'

2013-08-19 Thread Guillermo Alvarado
Hi everyone, I am using the Python client https://cwiki.apache.org/Hive/hiveclient.html#HiveClient-Python to execute some queries to Hive, I am getting this error: Traceback (most recent call last): File "test_hive.py", line 20, in client.execute("SHOW TABLES") File "/tmp/hive/build/dis

Re: Building Hadoop/Hive App

2013-08-15 Thread Guillermo Alvarado
n. > > > -- > Cloudera, Inc. > > > > On Wed, Aug 14, 2013 at 3:45 PM, Guillermo Alvarado < > guillermoalvarad...@gmail.com> wrote: > >> Hi everybody, >> >> I want to build an application with Hadoop. I want to know which is the >> best way to com

Building Hadoop/Hive App

2013-08-14 Thread Guillermo Alvarado
Hi everybody, I want to build an application with Hadoop. I want to know which is the best way to comunicate my GUI (Django based) with Hive. I have a CDH4 cluster running, I need to perform queries to hive then graph the response. I know there is a JDBC client and a python client but I need hav