| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
118 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Passing date as command line arguments - Hive - [mail # user]
|
|
...You can try it out on a local installation and test it against the later versions. As I pointed out, I just tested on hive 0.9 and it was working good for me. I guess you should ...
|
|
|
Author: Bejoy KS,
2012-08-04, 07:35
|
|
|
Re: Passing date as command line arguments - Hive - [mail # user]
|
|
...Try it on a higher version of hive and let me know if that doesn't work still. 0.9 should be good. Regards Bejoy KS Sent from handheld, please excuse typos. From: Techy Te...
|
|
|
Author: Bejoy KS,
2012-08-04, 07:29
|
|
|
Re: Passing date as command line arguments - Hive - [mail # user]
|
|
...Hi Techy Which version of hive are you on? I'm on hive 0.9 and I'm sure I have executed similar scripts in hive 0.7 as well. Regards Bejoy KS Sent from handheld, plea...
|
|
|
Author: Bejoy KS,
2012-08-04, 07:27
|
|
|
Re: Passing date as command line arguments - Hive - [mail # user]
|
|
...I tried the same query on my end, It is working fine for me without any issues. By de way the data type for 'dt' is String itself right? Regards Bejoy KS Sent from handhel...
|
|
|
Author: Bejoy KS,
2012-08-04, 07:24
|
|
|
Re: Passing date as command line arguments - Hive - [mail # user]
|
|
...Yes. From the logs the query being executed is select * from lip_data_quality where dt=20120709 But here the dt is not in quotes. It should be like select * from lip_data_q...
|
|
|
Author: Bejoy KS,
2012-08-04, 07:16
|
|
|
Re: schema of hive database - Hive - [mail # user]
|
|
...Hi Techy To use 'describe formatted' you need at least hive 0.7. But 'describe extended' should be available in hive 0.6 itself. It is always better using the latest version. I r...
|
|
|
Author: Bejoy KS,
2012-08-02, 22:14
|
|
|
Re: Unable to merge 3 tables in hive - Hive - [mail # user]
|
|
...Hi If you have run simple table level sqoop import the definitely all the tables will be imported separately to hdfs. If you need the data from 3 tables joined together, frame a proper...
|
|
|
Author: Bejoy KS,
2012-08-01, 07:11
|
|
|
Re: ERROR - Hive - [mail # user]
|
|
...Hi Abshiek To get the cause of this error, you need to look at the failed mapreduce task logs. Regards Bejoy KS Sent from handheld, please excuse typos. From: abhiTow...
|
|
|
Author: Bejoy KS,
2012-07-31, 16:13
|
|
|
Re: Data Loaded but Select returns nothing! - Hive - [mail # user]
|
|
...Hi Kuldeep The syntax doesn't look fine to me, to load data manually into partitions you need two statements for 2 partitions LOAD DATA LOCAL INPATH '/home/cloudera/CrimeHive_Albana.cs...
|
|
|
Author: Bejoy KS,
2012-07-30, 13:22
|
|
|
Re: Data Loaded but Select returns nothing! - Hive - [mail # user]
|
|
...Kuldeep Couple of things I hoticed here are Your table is bucketed, when you load data into a bucketed table you need to enable hive.enforce.bucketing=true; Bucketing...
|
|
|
Author: Bejoy KS,
2012-07-30, 12:14
|
|
|
|