hive icon indicating copy to clipboard operation
hive copied to clipboard

Apache Hive with patches from the Shark team

Results 9 hive issues
Sort by recently updated
recently updated
newest added

apply HIVE-1643: support range scans and non-key columns in HBase filter pushdown(https://issues.apache.org/jira/browse/HIVE-1643)

I think it is apache hive 0.11 bug. When I try to query with inner join and no table alias, Hive 0.11 recognized 'INNER' as table alias. It is not...

As discussed in https://groups.google.com/forum/?fromgroups#!topic/shark-users/XRl3znO8jPY I applied the path from https://issues.apache.org/jira/browse/HIVE-4141 It works in my env.

During Operator.initEvaluators() execution, the number of evaluators that get initialised for ReduceSinkOperators relates directly to the numDistributionKeys field. Prior to this change, the number of elements in the keyCols array...

https://spark-project.atlassian.net/browse/SHARK-203 I reverted 6512aef89c72ae5098260bf32e08c4dc3ee612ef since it is incorrect. For explanation, see https://issues.apache.org/jira/browse/HIVE-4501

it was protobuf 2.4.1 by default, which are not working with hadoop 2.4.0

I applied this patch to hive-0.11 https://issues.apache.org/jira/secure/attachment/12602077/HIVE-5087-matchpath.1.patch.txt

...iveserver is closed. I was done to clean sharkserver memory after all clients connections are closed. Without this fix I see about 200 HiveConf and about 200 hadoop Configuration instances...