Re: hi all

2012-07-11 Thread Mapred Learn
You can create an external table to make your Data visible in hive. Sent from my iPhone On Jul 11, 2012, at 7:39 AM, shaik ahamed wrote: > Hi All, > >As i have a data of 100GB in HDFS as i want this 100 gb file to > move or copy to the hive directory or path how c

Re: hi all

2012-07-11 Thread Bejoy KS
operation under the hood that requires just some change in hdfs metadata. Regards Bejoy KS Sent from handheld, please excuse typos. -Original Message- From: shaik ahamed Date: Wed, 11 Jul 2012 20:09:07 To: Reply-To: user@hive.apache.org Subject: hi all Hi All, As i have

Re: hi all

2012-07-11 Thread Mohammad Tariq
Try it out using "distcp" command. Regards, Mohammad Tariq On Wed, Jul 11, 2012 at 8:09 PM, shaik ahamed wrote: > Hi All, > >As i have a data of 100GB in HDFS as i want this 100 gb file to > move or copy to the hive directory or path how can i achieve t

hi all

2012-07-11 Thread shaik ahamed
Hi All, As i have a data of 100GB in HDFS as i want this 100 gb file to move or copy to the hive directory or path how can i achieve this . Is there any cmd to run this. Please provide me a solution where i can load fast ... Thanks in advance Shaik

Re: hi all

2012-07-06 Thread Nitin Pawar
>> You can browse the Job Tracker web UI and choose the right job Id and >> drill down to the failed tasks to get the error logs. >> Regards >> Bejoy KS >> >> Sent from handheld, please excuse typos. >> -- >> *From: *sh

Re: hi all

2012-07-06 Thread shaik ahamed
t from handheld, please excuse typos. > -- > *From: *shaik ahamed > *Date: *Fri, 6 Jul 2012 17:09:26 +0530 > *To: * > *ReplyTo: *user@hive.apache.org > *Subject: *hi all > > *Hi users,* > ** > * As im selecting the distinct column from the vende

Re: hi all

2012-07-06 Thread Bejoy KS
, please excuse typos. -Original Message- From: shaik ahamed Date: Fri, 6 Jul 2012 17:09:26 To: Reply-To: user@hive.apache.org Subject: hi all *Hi users,* ** * As im selecting the distinct column from the vender Hive table * ** *Im getting the below error plz help me in this

hi all

2012-07-06 Thread shaik ahamed
*Hi users,* ** * As im selecting the distinct column from the vender Hive table * ** *Im getting the below error plz help me in this* ** *hive> select distinct supplier from vender_sample;* Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks not specified. Estimat

Re: hi all

2012-06-26 Thread Bejoy KS
@hive.apache.org Subject: hi all Hi Users, As i created an hive table with the below syntax CREATE EXTERNAL TABLE vender_part(vender string, supplier string,quantity int ) PARTITIONED BY (order_date string) row format delimited fields terminated by ',' stored as textfile; And in

hi all

2012-06-26 Thread shaik ahamed
Hi Users, As i created an hive table with the below syntax CREATE EXTERNAL TABLE vender_part(vender string, supplier string,quantity int ) PARTITIONED BY (order_date string) row format delimited fields terminated by ',' stored as textfile; And inserted the 100GB of data with the be