| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
118 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: need help to write a query that does same as BETWEEN operator - Hive - [mail # user]
|
|
...Hi Praveen If Between is not supported in your hive version, you can replace Between using . Like SELECT *FROM account a, timezone.g WHERE a.create_date >= g.start_date ...
|
|
|
Author: Bejoy KS,
2012-10-12, 09:58
|
|
|
Re: Need Help in Hive storage format - Hive - [mail # user]
|
|
...Hi Yogesh. It should be a simple delimited file with ^A character as the field delimiter. Regards Bejoy KS Sent from handheld, please excuse typos. From: yoges...
|
|
|
Author: Bejoy KS,
2012-10-11, 17:53
|
|
|
Re: hive mapred problem - Hive - [mail # user]
|
|
...Hi Ajit Is Oracle jdk used in your data nodes? If it is open jdk then I guess jps won't work. Also have you configured java correctly on DNs for the user that issues jps command?  ...
|
|
|
Author: Bejoy KS,
2012-10-09, 12:27
|
|
|
Re: Compression of Intermediate Data - Hive - [mail # user]
|
|
...Hi Hadi The propertis you specified doen't enable compression of map output. To enable map output compression you need to enable the following properties SET hive.exec.compress.o...
|
|
|
Author: Bejoy KS,
2012-10-06, 15:32
|
|
|
Re: hive query fail - Hive - [mail # user]
|
|
...Hi Ajit Oracle as a metastore has popped up a few issues for us in the past. The most widely used metastore db is MySql which is pretty good. Regards Bejoy KS Sent f...
|
|
|
Author: Bejoy KS,
2012-10-04, 06:37
|
|
|
Re: org.apache.hadoop.ipc.RemoteException(java.io.IOException: java.io.IOException - Hive - [mail # user]
|
|
...Hi Raihan The propery 'mapred.jobtracker.maxtasks.per.job' is a JobTra cker level one and not a task level one. Hence you cannot override it at ta sk level. You need to make modificati...
|
|
|
Author: Bejoy KS,
2012-10-04, 03:23
|
|
|
Re: File Path and Partition names - Hive - [mail # user]
|
|
...Hi Carla If you like to have your custom directory structure for your partitions. You can create dirs in hdfs of your choice , load data into them (If from another hive table the...
|
|
|
Author: Bejoy KS,
2012-10-02, 12:54
|
|
|
Re: hive permissions issue on a database - Hive - [mail # user]
|
|
...Hi Rahul Hive currently have this limitation. You can have permissions on hdfs but not on the metastore. So as a result any user can drop any table in hive. I have seen such discussion...
|
|
|
Author: Bejoy KS,
2012-10-02, 03:01
|
|
|
Re: Performance: hive+hbase integration query against the row_key - Hive - [mail # user]
|
|
...Hi Ashok, AFAIK, there is no property that will get you this functiona lity on the fly. Regards, Bejoy KS ___________________ _____________ From: "[EMAIL PROTECTED]" &nb...
|
|
|
Author: Bejoy KS,
2012-09-12, 21:33
|
|
|
Re: Performance: hive+hbase integration query against the row_key - Hive - [mail # user]
|
|
...Hi Ashok 'LOAD DATA INPATH ..' issues a hdfs move under the hood, that is why the original data in hdfs is not present after the load operation. If you want to preserve the...
|
|
|
Author: Bejoy KS,
2012-09-12, 21:09
|
|
|
|