[jira] [Created] (HIVE-16391) Publish proper Hive 1.2 jars (without including all dependencies in uber jar)

2017-04-05 Thread Reynold Xin (JIRA)
Reynold Xin created HIVE-16391: -- Summary: Publish proper Hive 1.2 jars (without including all dependencies in uber jar) Key: HIVE-16391 URL: https://issues.apache.org/jira/browse/HIVE-16391 Project:

[jira] [Commented] (HIVE-9362) Document API Gurantees

2015-02-05 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14308023#comment-14308023 ] Reynold Xin commented on HIVE-9362: --- It's great to see this ticket! It is an important

[jira] [Updated] (HIVE-9410) ClassNotFoundException occurs during hive query case execution with UDF defined [Spark Branch]

2015-01-22 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated HIVE-9410: -- Description: We have a hive query case with UDF defined (i.e. BigBench case Q10, Q18 etc.). It will be

[jira] [Commented] (HIVE-7333) Create RDD translator, translating Hive Tables into Spark RDDs [Spark Branch]

2014-11-12 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209315#comment-14209315 ] Reynold Xin commented on HIVE-7333: --- This is pretty trivial to solve. Each row in a RDD

[jira] [Commented] (HIVE-7333) Create RDD translator, translating Hive Tables into Spark RDDs [Spark Branch]

2014-11-12 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14209327#comment-14209327 ] Reynold Xin commented on HIVE-7333: --- Don't think any changes are necessary in Spark. At

[jira] [Commented] (HIVE-7334) Create SparkShuffler, shuffling data between map-side data processing and reduce-side processing

2014-07-29 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14078939#comment-14078939 ] Reynold Xin commented on HIVE-7334: --- BTW definitely look at

[jira] [Updated] (HIVE-7387) Guava version conflict between hadoop and spark [Spark-Branch]

2014-07-15 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated HIVE-7387: -- Description: hadoop-hdfs and hadoop-comman have dependency on guava-11.0.2.jar, and spark dependent on

[jira] [Commented] (HIVE-3772) Fix a concurrency bug in LazyBinaryUtils due to a static field (patch by Reynold Xin)

2012-12-04 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510333#comment-13510333 ] Reynold Xin commented on HIVE-3772: --- Thanks for submitting this, Mikhail. Note that this