Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 63 (1.189s).
Loading phrases to help you
refine your search...
[HIVE-1019] java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) - Hive - [issue]
...I keep getting errors like this:java.io.FileNotFoundException: HIVE_PLAN (No such file or directory)and :java.io.IOException: cannot find dir = hdfs://victoria.ebuddy.com:9000/tmp/hive-dwh/8...
http://issues.apache.org/jira/browse/HIVE-1019    Author: Bennie Schut, 2011-05-09, 17:37
[HIVE-2073] java.lang.IllegalStateException(Shutdown in progress) on local mode - Hive - [issue]
...When enabling local mode some queries will run fine. After a while we see an IllegalStateException after which the entire service shuts down....
http://issues.apache.org/jira/browse/HIVE-2073    Author: Bennie Schut, 2011-03-23, 14:19
Re: Trouble using mysql metastore - Hive - [mail # user]
...Usually this is caused by not having the mysql jdbc driver on the  classpath (it's not default included in hive). Just put the mysql jdbc driver in the hive folder under "lib/"  On...
   Author: Bennie Schut, 2011-03-02, 15:01
[HIVE-1482] Not all jdbc calls are threadsafe. - Hive - [issue]
...As per jdbc spec they should be threadsafe:http://download.oracle.com/docs/cd/E17476_01/javase/1.3/docs/guide/jdbc/spec/jdbc-spec.frame9.html...
http://issues.apache.org/jira/browse/HIVE-1482    Author: Bennie Schut, 2011-02-14, 21:02
[HIVE-1539] Concurrent metastore threading problem - Hive - [issue]
...When running hive as a service and running a high number of queries concurrently I end up with multiple threads running at 100% cpu without any progress.Looking at these threads I notice thi...
http://issues.apache.org/jira/browse/HIVE-1539    Author: Bennie Schut, 2011-01-07, 16:38
Filtering is supported only on partition keys of type string - Hive - [mail # user]
...Hi,  I just recently updated to trunk, was lagging a few months behind. Now I'm  getting errors like: "Filtering is supported only on partition keys of type  string" It seems ...
   Author: Bennie Schut, 2010-11-08, 10:38
RE: NOT IN query - Hive - [mail # user]
...You can use a left outer join which works in all databases.  select a.value from tablea a    left outer join tableb b on (b.value = a.value) where b.value is null;  Datab...
   Author: Bennie Schut, 2010-11-04, 08:15
RE: Error while fetching Hive Metadata - Hive - [mail # user]
...Hi,  Not all jdbc calls are implemented. This would be one of them. I don't thin k anyone tried to use hibernate with hive before, probably because it's hig hly unlikely to work at this...
   Author: Bennie Schut, 2010-09-21, 10:18
RE: Error while fetching Hive Metadata - Hive - [mail # user]
...Metadata calls have been added on trunk (0.7.0) I haven't used hive 0.5 myself but the jdbc part seems self contained enoug h you could perhaps use the one from trunk to connect to 0.5 But I...
   Author: Bennie Schut, 2010-09-20, 07:31
java.io.FileNotFoundException: File does not exist on modified data. - Hive - [mail # user]
...Hi all,  We are sometimes getting file not found exceptions while running large quer ies on hive. During these large queries we also import data on the partitio ns we are querying which...
   Author: Bennie Schut, 2010-09-20, 07:00
Sort:
project
Hive (63)
Pig (10)
type
mail # user (47)
issue (15)
mail # dev (1)
date
last 7 days (1)
last 30 days (2)
last 90 days (7)
last 6 months (15)
last 9 months (63)
author
Namit Jain (802)
Edward Capriolo (636)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Bennie Schut