| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
57 (0.226s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Finding maximum across a row - Hive - [mail # user]
|
|
...Hi Sachin You could get the detailed ateps from hive wiki itself https://cwiki.apache.org/Hive/hiveplugins.html Regards Bejoy KS Sent from remote device, Please...
|
|
|
Author: bejoy_ks@...,
2013-03-01, 17:13
|
|
|
Re: Finding maximum across a row - Hive - [mail # user]
|
|
...Hi Sachin AFAIK There isn't one at the moment. But you can easily achieve this using a custom UDF. Regards Bejoy KS Sent from remote device, Please excuse typos  ...
|
|
|
Author: bejoy_ks@...,
2013-03-01, 16:52
|
|
|
Re: Hive queries - Hive - [mail # user]
|
|
...Hi Cyril I believe you are using the derby meta store and then it should be an issue with the hive configs. Derby is trying to create a metastore at your current dir from where y...
|
|
|
Author: bejoy_ks@...,
2013-02-25, 15:47
|
|
|
Re: Security for Hive - Hive - [mail # user]
|
|
...Hi Austin AFAIK at the moment you can control permissions gracefully only on a data level not on the metadata level. ie you can play with the hdfs permissions . Regards Bej...
|
|
|
Author: bejoy_ks@...,
2013-02-23, 14:58
|
|
|
Re: Security for Hive - Hive - [mail # user]
|
|
...Hi Sachin Currently there is no such admin user concept in hive. Regards Bejoy KS Sent from remote device, Please excuse typos From: Sachin Sudarshana Dat...
|
|
|
Author: bejoy_ks@...,
2013-02-22, 17:59
|
|
|
Re: Adding comment to a table for columns - Hive - [mail # user]
|
|
...Hi Gupta Try out DESCRIBE EXTENDED FORMATTED I vaguely recall a operation like this. Please check hive wiki for the exact syntax. Regards Bejoy KS Sent f...
|
|
|
Author: bejoy_ks@...,
2013-02-21, 11:52
|
|
|
Re: Adding comment to a table for columns - Hive - [mail # user]
|
|
...Hi Gupta You can the describe output in a formatted way using DESCRIBE FORMATTED ; Regards Bejoy KS Sent from remote device, Please excuse typos From: Chu...
|
|
|
Author: bejoy_ks@...,
2013-02-21, 11:20
|
|
|
Re: Running Hive on multi node - Hive - [mail # user]
|
|
...Hi Hamad Fully distributed is a proper cluster where all demons are not on the same machine. You can have hadoop installed in three modes - Stand Alone - Pseudo Distributed (all...
|
|
|
Author: bejoy_ks@...,
2013-02-21, 11:10
|
|
|
Re: Running Hive on multi node - Hive - [mail # user]
|
|
...Hi Hive uses the hadoop installation specified in HADOOP_HOME. If your hadoop home is configured for fully distributed operation it'll utilize the cluster itself. Regards B...
|
|
|
Author: bejoy_ks@...,
2013-02-21, 09:58
|
|
|
Re: bucketing on a column with millions of unique IDs - Hive - [mail # user]
|
|
...Hi Li The major consideration you should give is regarding the size of bucket. One bucket corresponds to a file in hdfs and you should ensure that every bucket is atleast a block size ...
|
|
|
Author: bejoy_ks@...,
2013-02-21, 01:44
|
|
|
|