| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
220 (0.177s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Build Failure for 0.10.0 source - Hive - [mail # user]
|
|
...look at HIVE-4231 use sun JDK On Sat, May 11, 2013 at 2:22 AM, subhasish saha wrote: Nitin Pawar...
|
|
|
Author: Nitin Pawar,
2013-05-10, 21:07
|
|
|
Re: warehouse directory of HIVE - Hive - [mail # user]
|
|
...meta store contains all the information related to your table definitions, partitions, serdes etc warehouse directory is just a location where the raw data from your table is stored &n...
|
|
|
Author: Nitin Pawar,
2013-05-08, 09:28
|
|
|
Re: Table vs View - Hive - [mail # user]
|
|
...views in hive are similar to those in any rdbms schema normally a view is created to have a well defined interface over an inconsistently defined table so that modification in th...
|
|
|
Author: Nitin Pawar,
2013-05-06, 18:45
|
|
|
Re: Hive Group By Limitations - Hive - [mail # user]
|
|
...best way to do all this would be run a distinct and group by along side a join (its just a guess but a more detailed approach other guys will suggest ) On Mon, May 6, 2013 at 11...
|
|
|
Author: Nitin Pawar,
2013-05-06, 18:31
|
|
|
Re: Hive Group By Limitations - Hive - [mail # user]
|
|
...hi Peter, In hive if you are running a group by, then all the select columns have to be in the group by clause. This limitation is for the column definition only and not for the column...
|
|
|
Author: Nitin Pawar,
2013-05-06, 18:12
|
|
|
Re: Parallely Load Data into Two partitions of a Hive Table - Hive - [mail # user]
|
|
...Why dont you load all of your data into a temporary table and then from there to your current tables. Hive will take care of adding dynic partitions and that will remove the ocer...
|
|
|
Author: Nitin Pawar,
2013-05-03, 07:36
|
|
|
Re: Can a bucket be added to a partition? - Hive - [mail # user]
|
|
...you can add the buckets to a paritions no problems with that. But to have a bucketed map join what you need is, both the tables need to bucketed and they need to be in the multiplicati...
|
|
|
Author: Nitin Pawar,
2013-05-02, 06:54
|
|
|
Re: Variable resolution Fails - Hive - [mail # user]
|
|
...*Could not synchronize with target -- * this is for when jps could not connect to application waiting for direct attach this is fixed in sun jdk 1.6 update 7. you may want to check which ver...
|
|
|
Author: Nitin Pawar,
2013-05-01, 08:23
|
|
|
adding a new property for hive history file HIVE-1708 - Hive - [mail # dev]
|
|
...Hi Guys, I am trying to work on this JIRA HIVE-1708 . I have added one property HIVE_CLI_ENABLE_LOGGING to enable or disable the history and tested it. I am stuck at a point what...
|
|
|
Author: Nitin Pawar,
2013-04-17, 10:11
|
|
|
Re: plugable partitioning - Hive - [mail # dev]
|
|
...whenever you create a partition in hive, it needs to be registered with the metadata store. So short answer would be partition data is looked from metadata store instead of the actual ...
|
|
|
Author: Nitin Pawar,
2013-04-15, 14:53
|
|
|
|