| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
636 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Need rank() - Hive - [mail # user]
|
|
...I feel your pain I do not have time to look at the project ATM. However trying to do Java development these days without understanding git, or maven is fairly impossible, most projects depen...
|
|
|
Author: Edward Capriolo,
2013-04-02, 19:59
|
|
|
Re: Need rank(), can't build m6d's version - Hive - [mail # user]
|
|
...approx steps git clone hive-test mvn install git clone hive-rang mvn install or just git clone hive-test mvn -Dmaven.test.skip=true install On Mon, Apr 1, 2013 at 6:45 PM,...
|
|
|
Author: Edward Capriolo,
2013-04-02, 00:09
|
|
|
[HIVE-1161] Hive Replication - Hive - [issue]
|
|
...Users may want to replicate data between two distinct hadoop clusters or two hive warehouses on the same cluster.Users may want to replicate entire catalogs or possibly on a table by table b...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1161
Author: Edward Capriolo,
2013-03-20, 22:21
|
|
|
Re: difference between add jar in hive session and hive --auxpath - Hive - [mail # user]
|
|
...BTW if your looking for protobuf + hive you should look at... https://github.com/edwardcapriolo/hive-protobuf/ On Sat, Mar 9, 2013 at 12:32 PM, Ramki Palle wrote: ...
|
|
|
Author: Edward Capriolo,
2013-03-09, 17:58
|
|
|
Re: HIVE issues when using large number of partitions - Hive - [mail # user]
|
|
...2) Getting 'out of memory' java exception while adding partitions > 50000 3) Sometimes getting 'out of memory' java exception for select queries for partitions > 10000 So hive/ha...
|
|
|
Author: Edward Capriolo,
2013-03-09, 17:53
|
|
|
|