Re: Unsubscribe.

2014-09-29 Thread Lefty Leverenz
Hive has a separate email address for unsubscribing -- see http://hive.apache.org/mailing_lists.html. Hadoop and Pig probably have a similar system for unsubscribing. Check their websites for instructions. -- Lefty On Tue, Sep 30, 2014 at 2:03 AM, Sri kripa wrote: > Hi, > > kindly Unsubscribe

Unsubscribe.

2014-09-29 Thread Sri kripa
Hi, kindly Unsubscribe me. for the following Ids. Thanks Sridevi

Can we access the MR Jar file created by Hive?

2014-09-29 Thread Manish Maheshwari
Hi All, When we submit a Hive Query, essentially a MR job runs. Is there a way to access that JAR file that HIVE creates for us? thanks, Manish

Upload Google document type files to HDFS

2014-09-29 Thread soniya B
Hi Experts, Can we load file type as goolge document to the HDFS. Please kindly let me know how to process those files into Hadoop eco system. Thanks Rajesh

problems while writing in partitioned table using oozie

2014-09-29 Thread Shushant Arora
Hi While writing in a partitioned hive table using oozie , at end of job I am getting copy file exception. Oozie is creating job with mapred user not by user who submitted the job, and table is created using another user. Does providing 777 access on table directory solves the problem? Or is ther

Re: hive 0.13.0 guava issues

2014-09-29 Thread Thejas Nair
guava jar is there as part of hadoop, and hadoop uses guava 0.11 jar. As the guava versions are not fully compatible with each other, hive can't upgrade unless hadoop also upgrades or we use a good way to isolate the jar usage. See discussion in hadoop about upgrading the guava version - http://sea

Re: configuration in hive-site.xml

2014-09-29 Thread hadoop hive
Just check if netstat -plten | grep 9083 If any process is running or not..I'd yes then metastore is running else not. On Sep 29, 2014 1:53 PM, "Poorvi Ahirwal" wrote: > how to find the node where metastore is running? > > On Mon, Sep 29, 2014 at 1:24 PM, hadoop hive wrote: > >> Its should be

Re: oozie workflow error

2014-09-29 Thread Rahul Channe
Hi Nagarjuna, I have attached the requested file. On Sun, Sep 28, 2014 at 10:35 PM, Nagarjuna Vissarapu < nagarjuna.v...@gmail.com> wrote: > Can u pls attach workflow and properties file > On Sep 29, 2014 7:01 AM, "Rahul Channe" wrote: > >> hi All, >> >> I am unable to run oozie workflow, pleas

Re: configuration in hive-site.xml

2014-09-29 Thread Poorvi Ahirwal
how to find the node where metastore is running? On Mon, Sep 29, 2014 at 1:24 PM, hadoop hive wrote: > Its should be client node where metastore is running. > > With port 9083. >

Re: configuration in hive-site.xml

2014-09-29 Thread hadoop hive
Its should be client node where metastore is running. With port 9083.

configuration in hive-site.xml

2014-09-29 Thread Poorvi Ahirwal
Hi, what should be the configuration for hive.metastore.uris in hive-site.xml. Giving the default port and host doesnot works. Thanks, Poorvi