[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

Re: using the Hive SQL parser in Spark

2016-05-19 Thread Reynold Xin
ive parser). Thanks for the support. On Friday, December 18, 2015, Reynold Xin wrote: > (Please use reply-all so I see the replies) > > Responses inline. > > > On Fri, Dec 18, 2015 at 1:17 PM, Yin Huai > wrote: > >> Let me add Reynold to the thread. >> >> On

Re: using the Hive SQL parser in Spark

2015-12-18 Thread Reynold Xin
(Please use reply-all so I see the replies) Responses inline. On Fri, Dec 18, 2015 at 1:17 PM, Yin Huai wrote: > Let me add Reynold to the thread. > > On Fri, Dec 18, 2015 at 12:36 PM, Gopal Vijayaraghavan > wrote: > >> >> >We have looked into various options, and it looks like the best optio

using the Hive SQL parser in Spark

2015-12-18 Thread Reynold Xin
Hi Hive devs, I would like to share with you Spark's plan w.r.t. SQL parser going forward. As you may (or may not) know, Spark SQL has had two parsers so far: - a very simple one based on Scala's parser combinator; and - one that depends on Hive's The Scala parser combinator one was written quic

[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-tabpanel&focusedCommentId=14308023#comment-14308023 ] Reynold Xin commented on HIVE-9362: --- It's great to see this ticket! It is an

[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-tabpanel&focusedCommentId=14209327#comment-14209327 ] Reynold Xin commented on HIVE-7333: --- Don't think any changes are necessary in

[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-tabpanel&focusedCommentId=14209315#comment-14209315 ] Reynold Xin commented on HIVE-7333: --- This is pretty trivial to solve. Each "

[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-tabpanel&focusedCommentId=14078939#comment-14078939 ] Reynold Xin commented on HIVE-7334: --- BTW definitely look at https://github.com/ap

[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-tabpanel&focusedCommentId=13510333#comment-13510333 ] Reynold Xin commented on HIVE-3772: --- Thanks for submitting this, Mikhail. Note that