| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
51 (0.124s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Adding jar files when running hive in hwi mode or hiveserver mode - Hive - [mail # user]
|
|
...That's awesome and looks like exactly what I needed. Local file system requirement is perfectly ok for now. I will check it out right away! Hopefully it will be checked in soon. Thanks...
|
|
|
Author: Vijay,
2009-08-25, 00:30
|
|
|
Re: Adding jar files when running hive in hwi mode or hiveserver mode - Hive - [mail # user]
|
|
...Hi, is there any solution for this? How does everybody include custom jar files running hive in a non-cli mode? Thanks in advance, Vijay On Sat, Aug 22, 2009 at 6:19 PM, Vijay wr...
|
|
|
Author: Vijay,
2009-08-24, 23:59
|
|
|
Re: Using hive for (advanced) access log analysis - Hive - [mail # user]
|
|
...Does it really though? When dealing with compressed files, is all the decompression done in-memory? Is that realistic for all sizes of files? If not, then doesn't the file have to be decompr...
|
|
|
Author: Vijay,
2009-08-23, 01:25
|
|
|
Adding jar files when running hive in hwi mode or hiveserver mode - Hive - [mail # user]
|
|
...When I run hive in cli mode, I add the hive_contrib.jar file using this command: hive> add jar lib/hive_contrib.jar Is there a way to do this automatically when running hive i...
|
|
|
Author: Vijay,
2009-08-23, 01:19
|
|
|
hive sql error: Invalid Table Alias or Column Reference - Hive - [mail # user]
|
|
...I have a simple query like this (identify hosts that have more than one request): select host, count(1) as cnt from accesslogs where cnt>1 group by host; and it throws the err...
|
|
|
Author: Vijay,
2009-08-21, 01:55
|
|
|
Using hive for (advanced) access log analysis - Hive - [mail # user]
|
|
...Hi, I'm quite new to hive and so far everything has been working very good. I'm able to setup a small vm-based cluster, ingest a lot of our access logs and generate some pretty neat reports ...
|
|
|
Author: Vijay,
2009-08-20, 23:44
|
|
|
Re: Some questions on hive SELECT/UNION - how to do multiple counts in one query? - Hive - [mail # user]
|
|
...Thank you so much Zheng! You made my day!! I should've spent some time brushing up on SQL :) On Thu, Aug 13, 2009 at 4:48 PM, Zheng Shao wrote: ...
|
|
|
Author: Vijay,
2009-08-14, 01:00
|
|
|
Some questions on hive SELECT/UNION - how to do multiple counts in one query? - Hive - [mail # user]
|
|
...Hi, I have some questions about using SELECT with UNION. I have a number of access log files that I want to process to select counts per day matching a specific pattern in the URL. Thi...
|
|
|
Author: Vijay,
2009-08-13, 23:42
|
|
|
Re: Using hive from a remote machine to run queries - Hive - [mail # user]
|
|
...Sorry it was my mistake. Information in hive.log was only marginally useful but I figured out what the problem was. I did not have the right metastore on the remote machine I'm running hive ...
|
|
|
Author: Vijay,
2009-08-12, 04:26
|
|
|
Using hive from a remote machine to run queries - Hive - [mail # user]
|
|
...I have a simple hadoop cluster setup with a couple of machines (one master running everything and one additional slave). I have hive configured with the right hive-site.xml file pointing the...
|
|
|
Author: Vijay,
2009-08-12, 00:51
|
|
|
|