Re: HIVE building on ARM

2020-03-12 Thread Chinna Rao Lalam
Hi Zhenyu, Until HBase dependency resolved, without effecting the existing code on X86 i suggest create a separate profile with "os72" repo. Down the line we should have common version for both X86 and ARM. Hope It Helps, Chinna On Wed, Mar 11, 2020 at 8:39 AM Zhenyu Zheng wrote: &

HIVE building on ARM

2020-03-10 Thread Chinna Rao Lalam
need to upgrade to protobuf-3.7.1. HIVE-21939 <https://issues.apache.org/jira/browse/HIVE-21939> upgraded protobuf-2.5.0 to protobuf-3.7.1, It have mainly 2 failures. We are working on this. Thanks, Chinna Rao Lalam

Re: Is there any way to find Hive query to Datanucleus queries mapping

2020-02-11 Thread Chinna Rao Lalam
()=0, getUniqueConstraints_(UniqueConstraintsRequest, )=2, getPrimaryKeys_(PrimaryKeysRequest, )=2, getForeignKeys_(ForeignKeysRequest, )=3} Thanks, Chinna On Mon, Feb 10, 2020 at 5:49 PM Zoltan Haindrich wrote: > Hey Chinna! > > I don't think a mapping like that is easy to

Is there any way to find Hive query to Datanucleus queries mapping

2020-02-10 Thread Chinna Rao Lalam
ry mapping to find out which hive query of datanucleus query is running slow. If we enable Datanucleus debug log we can see generated queries but not mapping. Thanks Chinna

What is the release plan for Hive 4.0.0

2020-01-21 Thread Chinna Rao Lalam
Hi all. Do we have any timelines for Hive 4.0.0 release. Thanks, Chinna

Re: Welcome new Hive committer, Zhihai Xu

2017-05-05 Thread Chinna Rao Lalam
thanking him for his contributions to Hive. > > Regards, > Xuefu > -- Hope It Helps, Chinna

Re: create statement in hive 1.0.0.

2015-06-04 Thread Chinna Rao Lalam
Please check Hive Language Manual https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML Hope It Helps, Chinna On Thu, Jun 4, 2015 at 4:28 PM, Sateesh Karuturi < sateesh.karutu...@gmail.com> wrote: > anyone help me please... how to write insert statement in h

Re: HiveMetaStoreClient error

2015-06-04 Thread Chinna Rao Lalam
e-site.XML I get the error for > HiveMetaStoreClient ) . I do some workarounds but don't understand the > reason behind??? > -- Hope It Helps, Chinna

Re: Create ORC Table on Tez Failed

2015-06-04 Thread Chinna Rao Lalam
ither by e-mail or > telephone. You should not copy, forward or otherwise disclose the content > of the e-mail. The views expressed in this communication may not > necessarily be the view held by WHISHWORKS. -- Hope It Helps, Chinna

Re: Hiveserver2 stops logging

2015-06-04 Thread Chinna Rao Lalam
distribution or copying of this communication is strictly > prohibited. If you have received this communication in error, please notify > First Data immediately by replying to this message and deleting it from > your computer. > -- Hope It Helps, Chinna

Re: Regarding Views In Hive Query

2015-06-02 Thread Chinna Rao Lalam
> Hi Everyone, > > > >I have one clarification about views query. I can > able to create views using corresponding hive query. But I not able to get > ‘views list ‘in a database like ‘show tables’. Can you help about this > query? > > > > > > Regards, > > > > Ravisankar M R > > > -- Hope It Helps, Chinna

Re: Tables affected by a query

2015-06-02 Thread Chinna Rao Lalam
To get table access info, need to enable this "hive.stats.collect.tablekeys" property.. By default it is false.. Hope It Helps, Chinna On Tue, Jun 2, 2015 at 2:45 PM, Amitosh Anand, IDD M Tech, Computer Sci. & Engg., IIT (BHU) Varanasi wrote: > Hi, > > I have been try

Re: Beeline connect to hiveserver2 didn't print log.

2015-05-26 Thread Chinna Rao Lalam
ry result return. No log return. Where can I find the execution > log? > > -- > r7raul1...@163.com > -- Hope It Helps, Chinna

Re: [ANNOUNCE] New Hive Committer - Mithun Radhakrishnan

2015-04-14 Thread Chinna Rao Lalam
3:29 PM, Chris Drome < > cdr...@yahoo-inc.com.invalid> wrote: > Congratulations Mithun! > > > > On Tuesday, April 14, 2015 2:57 PM, Carl Steinbach > wrote: > > > The Apache Hive PMC has voted to make Mithun Radhakrishnan a committer on > the Apache Hive Project. > Please join me in congratulating Mithun. > Thanks. > - Carl > > > > > > > -- > Best, > Chao > > > > > > -- Hope It Helps, Chinna

Re: [ANNOUNCE] New Hive Committers - Jimmy Xiang, Matt McCline, and Sergio Pena

2015-03-23 Thread Chinna Rao Lalam
Thanks. > > - Carl > > -- Hope It Helps, Chinna

Re: Number of hive-server2 threads increments after jdbc connection

2014-04-29 Thread Chinna Rao Lalam
Hi, In your code if more connections and statements are created?. If so, closed those connections? After use close unused connections and statements. Hope It Helps, Chinna On Tue, Apr 29, 2014 at 3:47 PM, Dima Fadeyev wrote: > Hello everyone, > > When I run a jdbc example fro

Re: [ANNOUNCE] New Hive Committers - Prasanth J and Vaibhav Gumashta

2014-04-24 Thread Chinna Rao Lalam
J and Vaibhav >>> > Gumashta committers on the Apache Hive Project. >>> > >>> > Please join me in congratulating Prasanth and Vaibhav! >>> > >>> > Thanks. >>> > >>> > - Carl >>> > >>> >> >> > > > -- > Regards > Shengjun > -- Hope It Helps, Chinna

Re: Help - Hadoop jar null org.apache.hadoop.hive.ql.exec.ExecDriver

2014-04-21 Thread Chinna Rao Lalam
Hi, Check may be hive-exec.jar is corrupted. Hope It Helps, Chinna Rao Lalam On Sat, Apr 19, 2014 at 2:38 AM, Abhishek Girish wrote: > Hello, > > I am hitting an error while executing a Hive job inside MapReduce: > > *Code snippet:* > > String select1 = "SELECT a

Re: All Hive JDBC Queries Fail with Same Error: “Caused by: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTa

2014-04-21 Thread Chinna Rao Lalam
Hi, Here the MR job is failed, Check why the MR job is failed (From the job logs) .. Hope It Helps, Chinna Rao Lalam On Fri, Apr 18, 2014 at 9:53 PM, Vince George (vincgeor) wrote: > We have just configured a new Hive JDBC client with an upgraded support > for per user Ke

Re: pig,hive install over hadoop

2014-04-01 Thread Chinna Rao Lalam
Hi, You need to install hive completely because both are different processes(Installing hive is very simple and it require few configurations). Hive process to work, it required Hadoop processes. I think same with the pig also(I did't try)... Hope It Helps, Chinna.. On Tue, Apr 1, 2014

Re: FAILED: SemanticException [Error 10001]: Table not found answer

2014-03-31 Thread Chinna Rao Lalam
ble my1 > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.DDLTask > > The problem is not with any other databases.I can query any table in any > other database without any error. > > Please help. > > > Thanks, > Rishabh. > -- Hope It Helps, Chinna

Re: Number of Mapper when reading from Cassandra

2014-03-28 Thread Chinna Rao Lalam
on region boundaries). Hope It Helps, Chinna On Fri, Mar 28, 2014 at 4:47 PM, Amjad ALSHABANI wrote: > Hello All, > I have tow tables created in Hive, one read the data immidiately from > Cassandra DB and the other takes the data from stored files (data already > exported in somew

Re: How do I get the php client to run?

2014-03-28 Thread Chinna Rao Lalam
Hi, 1. Start Hiveserver 2. In php client code set THRIFT_ROOT to php lib of hive distribution (Ex: /home/install/apache-hive-0.14.0-SNAPSHOT-bin/lib/php) Hope It Helps, Chinna On Fri, Mar 28, 2014 at 12:14 AM, Jeremy wrote: > Or how do query hive from php? > > On 03/27/2014

Re: optimize hive query for multitable join where one table is huge

2014-03-28 Thread Chinna Rao Lalam
/join-optimization-in-apache-hive/470667928919 Hope It Helps, Chinna On Thu, Mar 27, 2014 at 4:24 AM, Srinivasan Ramaswamy wrote: > I have a join query where i am joining huge tables and i am trying to > optimize this hive query. > > INSERT OVERWRITE TABLE result > SELECT

Re: Buildfile: build.xml does not exist!

2014-03-25 Thread Chinna Rao Lalam
Hi, Hive is mavenized, so please follow this link to build https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-MakingChanges Hope It Helps you, On Tue, Mar 25, 2014 at 9:12 PM, Nagarjuna Vissarapu < nagarjuna.v...@gmail.com> wrote: > > Hi, > > Can you please

Re: How to add partition using hive by a specific date?

2014-03-11 Thread Chinna Rao Lalam
Hi, Any exceptions in the log file? Try this for loading into partions. In your scenario if it is possible with load query. LOAD DATA INPATH '/user/myname/kv2.txt' OVERWRITE INTO TABLE invites PARTITION (ds='2008-08-15'); Hope it helps, Chinna > >

RE: hive test faild ,Permission denied

2012-06-04 Thread Chinna Rao Lalam
Hi, Try by giving permissions to that file. From: Hezhiqiang (Ransom) [ransom.hezhiqi...@huawei.com] Sent: Tuesday, June 05, 2012 8:56 AM To: user@hive.apache.org Cc: Zhaojun (Terry) Subject: hive test faild ,Permission denied Hi all. When I run : ant

RE: modify Hive history file location

2012-01-27 Thread Chinna Rao Lalam
Hi, Change the value of this property "hive.querylog.location" . By default value is "/tmp/{user.name}" Hope It Helps, Chinna Rao Lalam From: Black, Brent [brent.bl...@disney.com] Sent: Friday, January 27, 2012 7:40 AM To: 'user

RE: Problem with Hive/HBase integration

2012-01-27 Thread Chinna Rao Lalam
caller_name, cf_cdr:caller_number") > TBLPROPERTIES("hbase.table.name" = "hb_cdr"); Hope It Helps, Chinna Rao Lalam From: Madhusudhana Rao Podila [madhusudhana_pod...@infosys.com] Sent: Friday, January 27, 2012 3:01 PM To: user@hive.apache.o

RE: Hive Thrift Client - Getting the jobs IDs back

2011-12-15 Thread Chinna Rao Lalam
Hi, org.apache.hadoop.hive.service.ThriftHive.getClusterStatus() This API will return the cluster status pls check this API Hope it helps, Chinna Rao Lalam From: Gabor Makrai [makrai.l...@gmail.com] Sent: Friday, December 16, 2011 12:34 PM To: user

RE: Hive startup issue

2011-11-29 Thread Chinna Rao Lalam
p and hive) and any modifications u have done for hadoop distribution... Hope it helps, Chinna Rao Lalam. From: ram prasad [rammca...@yahoo.co.in] Sent: Tuesday, November 29, 2011 4:40 PM To: Chinna Rao Lalam Subject: Hive startup issue Hi Chinna, Can u pls t

RE: Hive console startup issue

2011-11-28 Thread Chinna Rao Lalam
ion jline-0.9.94.jar will be used. And send which version u r using.. Hope it helps, Chinna Rao Lalam From: ram prasad [rammca...@yahoo.co.in] Sent: Monday, November 28, 2011 6:12 PM To: Chinna Rao Lalam Subject: Hive console startup issue Hi , I m unab

RE: ClassNotFoundException every time we run any hive query

2011-11-27 Thread Chinna Rao Lalam
o the mail.. Hope it helps, Chinna Rao Lalam From: Ghousia [ghousia.ath...@gmail.com] Sent: Monday, November 28, 2011 1:14 PM To: user@hive.apache.org Subject: ClassNotFoundException every time we run any hive query Hi, We always get this exception for any hiv

RE: hive0.6 metastore Problem for help

2011-11-17 Thread Chinna Rao Lalam
Hi, Pls check this property " javax.jdo.option.Multithreaded " it is introduced in trunk in 0.8 version as part of HIVE-2022 . If the value is true it will make JDO thread safe. Analyze this property can be added to 0.6 version or not if it works. Hope it helps, Chinna

RE: Asynchronous query exection

2011-11-15 Thread Chinna Rao Lalam
generates independent tasks if this property is true it will execute the independent tasks parallely otherwise it will execute sequentially. Thanks&Regards, Chinna Rao Lalam From: Ghousia [ghousia.ath...@gmail.com] Sent: Tuesday, November 15, 2011 6:

Re: When trying to create table Iam getting exception

2011-10-19 Thread Chinna Rao Lalam 72745
Hope it helps, Chinna Rao Lalam - Original Message - From: Ankit Jain Date: Wednesday, October 19, 2011 5:40 pm Subject: Re: When trying to create table Iam getting exception To: user@hive.apache.org > Hi , > > I can run query over hive through hive shell and using jdbc > co

Re: When trying to create table Iam getting exception

2011-10-19 Thread Chinna Rao Lalam 72745
Hi, Check where u have configured some value to the "hive.metastore.uris" property in hive-default.xml or hive-site.xml and whether it is valid or not Hope it helps Chinna Rao Lalam - Original Message - From: kiranprasad Date: Wednesday, October 19, 2011 3:08 pm Subject

Re: Accessing distributed cache in transform scripts

2011-10-19 Thread Chinna Rao Lalam 72745
Hi, Can u post some more details like for the "list file" what command u have used. - Original Message - From: Mohit Gupta Date: Wednesday, October 19, 2011 3:16 pm Subject: Re: Accessing distributed cache in transform scripts To: user@hive.apache.org > Plz help...Any pointers!! >

Re: comliler generated M-R tasks

2011-10-12 Thread Chinna Rao Lalam 72745
Hi, Check the org.apache.hadoop.hive.ql.exec.Operator and sub classes of the operator java code Hope it helps, Chinna Rao Lalam - Original Message - From: "Yakubovich, Alexey" Date: Thursday, October 13, 2011 2:38 am Subject: comliler generated M-R tasks To: "user@

Re: HiveDerbyServerMode

2011-10-10 Thread Chinna Rao Lalam 72745
org.apache.derby.jdbc.ClientDriver Driver class name for a JDBC metastore In hive/lib keep these derbyclient.jar,derbytools.jar jars Start the derby in server mode in this machine {derbyIP} Hope it helps, Chinna Rao Lalam - Original Message - From: Matt Kennedy Date: Monday, October 10, 2011 9:48 pm

Re: Command works inside hive but not outside

2011-09-28 Thread Chinna Rao Lalam 72745
by) it can't see the tables of other processes. Use derby in network server mode then it can work with the tables created from other processes. Hope it helps, Chinna - Original Message - From: Mark Kerzner Date: Thursday, September 29, 2011 4:26 am Subject: Command works inside

RE: Maximum Nos of table in hive

2011-08-24 Thread Chinna
Hi, Any number of tables u can create and as of i know there is no configuration to set the max no of tables. Thanks Chinna Rao Lalam _ From: Vikas Srivastava [mailto:vikas.srivast...@one97.net] Sent: Wednesday, August 24, 2011 1:54 PM To: user@hive.apache.org Subject

RE: Problem in hive

2011-08-24 Thread Chinna
Hi, Can u post some more details like which version u r using and what sequence of queries u have executed. When I checked the trunk code this exception will come when getCols() returns null. Check u r metadata is in good state or not. Thanks Chinna Rao Lalam -- Forwarded

Re: Hive Custom UDF - "hive.aux.jars.path" not working

2011-08-23 Thread Chinna Rao Lalam 72745
Hi Amit, Pls check this issue HIVE-1405 it will help u .This issue targeting same scenario. Thanks Chinna Rao Lalam > Hi Chinna, > That worked, Thanks a lot. So once the jar is picked up, is > there a way > to create a temporary function, that is retained even if i quit the &

RE: Hive Custom UDF - "hive.aux.jars.path" not working

2011-08-22 Thread Chinna
that is ok...and in another mode also we can start hive that is hiveserver this case after changing the value u need to restart the hive server Thanks, Chinna Rao Lalam _ From: Amit Sharma [mailto:amitsharma1...@gmail.com] Sent: Tuesday, August 23, 2011 3:35 AM To: user

RE: ava.lang.IllegalStateException: Table object has not been been initialised : `PARTITIONS`

2011-08-21 Thread Chinna
Hi, Hive met store is not initialized properly. 'PARTITIONS' table is not created in met store. Which query u have submitted? From: Hello World [mailto:csq...@gmail.com] Sent: Monday, August 22, 2011 6:51 AM To: hive-u...@hadoop.apache.org Subject: ava.lang.IllegalStateException

RE: How to install UDF jar into Hive server

2011-08-02 Thread Chinna
select my_lower(title) from titles -Chinna Rao Lalam _ From: Ayon Sinha [mailto:ayonsi...@yahoo.com] Sent: Wednesday, August 03, 2011 10:50 AM To: user@hive.apache.org Subject: Re: How to install UDF jar into Hive server Thanks Chinna. Unfortunately this doesn't say how to

RE: where can I get the error log for test case running

2011-08-02 Thread Chinna
In the below location u can find the log files {build.dir} /{module}/tmp Here {module} can be "ql" or "metasotre" etc -Chinna Rao Lalam _ From: Fang Fang FF Chen [mailto:ffche...@cn.ibm.com] Sent: Tuesday, August 02, 2011 3:26 PM To: user@hive.apache.org Subject:

RE: How to install UDF jar into Hive server

2011-08-02 Thread Chinna
Hi, In the below link this section " creating custom UDFs" will help u ... https://cwiki.apache.org/confluence/display/Hive/HivePlugins - Chinna Rao Lalam _ From: Ayon Sinha [mailto:ayonsi...@yahoo.com] Sent: Wednesday, August 03, 2011 9:09 AM To: Hive M

RE: Is there a way to run a test about some class?

2011-08-02 Thread Chinna
Hi, org.apache.hadoop.hive.cli.TestCliDriver this test class will generate at time of compile. For compiling we no need to any changes in build.xml's. What exception u r getting pls let me know. more details u can find in the same link this section "Add a Unit Test" https://cwiki.apa

RE: Hey(How to use patch)

2011-07-27 Thread Chinna
Through SVN we can apply those patches to the code base... _ From: Vikas Srivastava [mailto:vikas.srivast...@one97.net] Sent: Wednesday, July 27, 2011 4:50 PM To: user@hive.apache.org Subject: Hey(How to use patch) Hey can any1 tell me how to use or install patches given in ji

After submiited the query Hive Server is down need to submit same query again

2011-06-21 Thread Chinna
handling this type of scenario in u r applications. Thanks & Regards, Chinna Rao Lalam

RE: hello everybody,i am fresher,i meet a problem,please help.

2011-03-07 Thread Chinna
which versions u r using _ From: 徐厚道 [mailto:xuhou...@gmail.com] Sent: Monday, March 07, 2011 3:06 PM To: user@hive.apache.org; chinna...@huawei.com Cc: "mailto:xuhoudao"@gmail.com Subject: Re: hello everybody,i am fresher,i meet a problem,please help. thank you reply! y

RE: hello everybody,i am fresher,i meet a problem,please help.

2011-03-07 Thread Chinna
Check the lib path, commons-lang-2.4.jar is in the lib or not. _ From: 徐厚道 [mailto:xuhou...@gmail.com] Sent: Monday, March 07, 2011 11:54 AM To: user@hive.apache.org Subject: hello everybody,i am fresher,i meet a problem,please help. my eng is very poor. i set up hive env use

RE: hello everybody,i am fresher,i meet a problem,please help.

2011-03-07 Thread Chinna
*** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained

RE: hello everybody,i am fresher,i meet a problem,please help.

2011-03-07 Thread Chinna
Check the lib path, commons-lang-2.4.jar is in the lib or not. _ From: 徐厚道 [mailto:xuhou...@gmail.com] Sent: Monday, March 07, 2011 11:54 AM To: user@hive.apache.org Subject: hello everybody,i am fresher,i meet a problem,please help. my eng is very poor. i set up hive env