| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
631 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: need help with an error - script used to work and now it does not :-( - Hive - [mail # user]
|
|
...Ironically I just got a misleading error like this today. What happened was I upgraded to hive 0.10.One of my programs was liked to guava 15 but hive provides guava 09 on the classpath confu...
|
|
|
Author: Edward Capriolo,
2013-05-17, 02:51
|
|
|
Re: Hive Authorization and Views - Hive - [mail # user]
|
|
...The largest issue is that the RDBMS security model does not match with hive. Hive/Hadoop has file permissions, RDMBS have column and sometimes row level permissions. When you physicall...
|
|
|
Author: Edward Capriolo,
2013-05-16, 21:05
|
|
|
Re: admin rights for Hive jira - Hive - [mail # dev]
|
|
...Thanks. I will only use it to correct my typo's. I tend to make many of them. :) On Thu, May 16, 2013 at 11:56 AM, Owen O'Malley wrote: ...
|
|
|
Author: Edward Capriolo,
2013-05-16, 18:32
|
|
|
Re: admin rights for Hive jira - Hive - [mail # dev]
|
|
...While you guys are on the topic, I am on the pmc and I do not think I can edit my own comments. On Thu, May 16, 2013 at 9:50 AM, Xuefu Zhang wrote: ...
|
|
|
Author: Edward Capriolo,
2013-05-16, 14:58
|
|
|
[HIVE-3534] Add left Lateral view syntax - Hive - [issue]
|
|
...A lateral view is like a join and if the function in question (like explode()) produces zero rows then you lose the rowwhereas conceivably you could keep the row and just fill all entry with...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3534
Author: Edward Capriolo,
2013-05-16, 04:24
|
|
|
Re: [VOTE] Apache Hive 0.11.0 Release Candidate 2 - Hive - [mail # dev]
|
|
...+1 On Wed, May 15, 2013 at 10:44 PM, Ashutosh Chauhan wrote: ...
|
|
|
Author: Edward Capriolo,
2013-05-16, 02:53
|
|
|
Re: adding "create or replace view" documentation to the wiki - Hive - [mail # user]
|
|
...Your best bet is to find the relevant .q files inside the hive source code and "figure out" what actually works. On Wed, May 15, 2013 at 2:50 PM, Darren Yin wrote: ...
|
|
|
Author: Edward Capriolo,
2013-05-15, 20:42
|
|
|
Re: Trying to write a custom HiveOutputFormat - Hive - [mail # user]
|
|
...You need to use a combination of output format and serde, this might allow you to do something like present struct objects to the input format rather then Text objects. You may want to...
|
|
|
Author: Edward Capriolo,
2013-05-13, 13:54
|
|
|
Re: how to limit mappers for a hive job - Hive - [mail # user]
|
|
...Also make sure hive is using CombinedHiveInputFormat (not just HiveInputFormat). Combined is the default for newer versions. On Wed, Apr 24, 2013 at 10:51 AM, Sanjay Subramanian  ...
|
|
|
Author: Edward Capriolo,
2013-04-24, 17:25
|
|
|
Re: Need rank() - Hive - [mail # user]
|
|
...git clone https://github.com/edwardcapriolo/hive_test.git cd hive_test/ mvn -Dmaven.test.skip=true install cd .. [edward@jackintosh java]$ git clone https://github.com/edwardcapriolo/hive-ra...
|
|
|
Author: Edward Capriolo,
2013-04-02, 20:14
|
|
|
|