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

2014-11-12 Thread Kiran Lonikar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209281#comment-14209281 ] Kiran Lonikar commented on HIVE-7333: - Sorry, I have not looked at the code, but want t

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

2014-11-12 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209297#comment-14209297 ] Rui Li commented on HIVE-7333: -- Hi [~klonikar], Thanks for your interest. When I did the test

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

2014-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209309#comment-14209309 ] Xuefu Zhang commented on HIVE-7333: --- That's correct. Rui. RDD is a dataset of rows. How t

[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 "row" in a RDD

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

2014-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209321#comment-14209321 ] Xuefu Zhang commented on HIVE-7333: --- Hi [~rxin], thanks for your input. This is rather 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=14209327#comment-14209327 ] Reynold Xin commented on HIVE-7333: --- Don't think any changes are necessary in Spark. At t

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

2014-11-12 Thread Kiran Lonikar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209329#comment-14209329 ] Kiran Lonikar commented on HIVE-7333: - i think this is what shark did, It had each RDD

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

2014-11-12 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209330#comment-14209330 ] Rui Li commented on HIVE-7333: -- Hi Xuefu & Reynold, Thanks a lot for the explanations! Hi Ki

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

2014-11-12 Thread Kiran Lonikar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209302#comment-14209302 ] Kiran Lonikar commented on HIVE-7333: - Hi Rui, Thanks for your quick reply. I did not

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

2014-11-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209339#comment-14209339 ] Xuefu Zhang commented on HIVE-7333: --- I created HIVE-8853 for work related to vectorizatio

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

2014-11-12 Thread Kiran Lonikar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209358#comment-14209358 ] Kiran Lonikar commented on HIVE-7333: - Thanks. Considering what Reynold said, I looked