[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743984#action_12743984 ] Zheng Shao commented on HIVE-756: - Another nitpick: We have both selected_cols and prjColIDs

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744029#action_12744029 ] He Yongqiang commented on HIVE-756: --- Changes for ColumnarStruct is good. @hive-756.patch:

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744035#action_12744035 ] He Yongqiang commented on HIVE-756: --- {noformat} if (!currentValue.inited) {

[jira] Commented: (HIVE-679) Integrate JDBC driver with SQuirrelSQL for querying

2009-08-17 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744075#action_12744075 ] Raghotham Murthy commented on HIVE-679: --- @bill, Ashish's suggestion about the manifest

[jira] Commented: (HIVE-657) .hiverc would be nice

2009-08-17 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744084#action_12744084 ] Raghotham Murthy commented on HIVE-657: --- Note that .hiverc is included in main(). And

[jira] Created: (HIVE-760) Add version info to META-INF/MANIFEST.MF

2009-08-17 Thread Bill Graham (JIRA)
Add version info to META-INF/MANIFEST.MF Key: HIVE-760 URL: https://issues.apache.org/jira/browse/HIVE-760 Project: Hadoop Hive Issue Type: Improvement Reporter: Bill Graham

[jira] Commented: (HIVE-679) Integrate JDBC driver with SQuirrelSQL for querying

2009-08-17 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744127#action_12744127 ] Bill Graham commented on HIVE-679: -- Yes, good call on using the manifest. I've opened

[jira] Commented: (HIVE-657) .hiverc would be nice

2009-08-17 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744137#action_12744137 ] Prasad Chakka commented on HIVE-657: 1) I think console.printError() should be used to

[jira] Commented: (HIVE-718) Load data inpath into a new partition without overwrite does not move the file

2009-08-17 Thread Prasad Chakka (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744138#action_12744138 ] Prasad Chakka commented on HIVE-718: lacking atomicity can lead to silent bugs which are

[jira] Commented: (HIVE-718) Load data inpath into a new partition without overwrite does not move the file

2009-08-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744143#action_12744143 ] Todd Lipcon commented on HIVE-718: -- Prasad: this is true, but the atomicity issue was

[jira] Updated: (HIVE-760) Add version info to META-INF/MANIFEST.MF

2009-08-17 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated HIVE-760: - Release Note: Jar files now contain version info in their manifests. Status: Patch Available

[jira] Updated: (HIVE-760) Add version info to META-INF/MANIFEST.MF

2009-08-17 Thread Bill Graham (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated HIVE-760: - Attachment: HIVE-760.1.patch Patch to include the following in META-INF/MANIFEST.MF:

[jira] Commented: (HIVE-716) Web Interface wait/notify, interface changes

2009-08-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744164#action_12744164 ] Edward Capriolo commented on HIVE-716: -- This patch should apply cleanly to both 0.4 and

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744176#action_12744176 ] Ning Zhang commented on HIVE-756: - @zheng, 1) line 122 in the patch should take care of this:

[jira] Created: (HIVE-761) Add SET commands to HiveQL

2009-08-17 Thread Eric Hwang (JIRA)
Add SET commands to HiveQL -- Key: HIVE-761 URL: https://issues.apache.org/jira/browse/HIVE-761 Project: Hadoop Hive Issue Type: Improvement Reporter: Eric Hwang Currently, the modules that utilize the

[jira] Commented: (HIVE-753) Move parsing of multiple queries from CLI into Hive parser

2009-08-17 Thread Eric Hwang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744186#action_12744186 ] Eric Hwang commented on HIVE-753: - I have linked this issue to a new JIRA for SET commands

[jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744192#action_12744192 ] Zheng Shao commented on HIVE-756: - @Ning: Discussed with Ning offline on 1) and 2). The use

[jira] Assigned: (HIVE-759) add hive.intermediate.compression.codec option

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao reassigned HIVE-759: --- Assignee: He Yongqiang add hive.intermediate.compression.codec option

[jira] Updated: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive

2009-08-17 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-756: Attachment: hive-756_2.patch another patch containing changes addressing some of the comments.

[jira] Commented: (HIVE-759) add hive.intermediate.compression.codec option

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744199#action_12744199 ] Zheng Shao commented on HIVE-759: - I think the check of

[jira] Commented: (HIVE-760) Add version info to META-INF/MANIFEST.MF

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744202#action_12744202 ] Zheng Shao commented on HIVE-760: - +1. Will test and commit. Add version info to

[jira] Updated: (HIVE-760) Add version info to META-INF/MANIFEST.MF

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-760: Resolution: Fixed Release Note: HIVE-760. Add version info to META-INF/MANIFEST.MF. (Bill Graham via

[jira] Commented: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744210#action_12744210 ] Zheng Shao commented on HIVE-645: - One last comment: Can you add a summary of this discussion

[jira] Updated: (HIVE-625) Use of BinarySortableSerDe for serialization of the value between map and reduce boundary

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-625: Resolution: Won't Fix Status: Resolved (was: Patch Available) We are going to use LazyBinarySerDe

[jira] Commented: (HIVE-758) [contrib] function to load data from hive to hbase

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744229#action_12744229 ] Zheng Shao commented on HIVE-758: - Both this and HIVE-645 should put a javadoc

[jira] Updated: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-645: - Attachment: hive-645-4.patch Patch adds * Apache license header * Comments as suggested to

[jira] Updated: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-645: - Attachment: hive-645-5.patch Shamefully made four spelling/grammatical errors in less then two

[jira] Updated: (HIVE-708) Add TypedBytes SerDe for transform

2009-08-17 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-708: Attachment: hive.708.3.patch Add TypedBytes SerDe for transform --

[jira] Commented: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread Raghotham Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744312#action_12744312 ] Raghotham Murthy commented on HIVE-645: --- In HIVE-758 we made hbase_put a UDAF. It

[jira] Created: (HIVE-762) Examine Owl service interface and determine if a single metadata service could support both Pig and Hive

2009-08-17 Thread Jeff Hammerbacher (JIRA)
Examine Owl service interface and determine if a single metadata service could support both Pig and Hive Key: HIVE-762 URL:

[jira] Commented: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744336#action_12744336 ] Edward Capriolo commented on HIVE-645: -- Raghotham, This does not require limit 1. My

[jira] Commented: (HIVE-645) A UDF that can export data to JDBC databases.

2009-08-17 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744340#action_12744340 ] He Yongqiang commented on HIVE-645: --- Hi Edward, How do you deal with db connections. I saw

[jira] Commented: (HIVE-759) add hive.intermediate.compression.codec option

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744348#action_12744348 ] Zheng Shao commented on HIVE-759: - I see. What about no compression/defaultCodec as default?

[jira] Updated: (HIVE-759) add hive.intermediate.compression.codec option

2009-08-17 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-759: -- Attachment: hive-759-2009-08-18.patch Attached a new patch integrates Zheng's suggestions (Thanks

[jira] Commented: (HIVE-759) add hive.intermediate.compression.codec option

2009-08-17 Thread Zheng Shao (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744377#action_12744377 ] Zheng Shao commented on HIVE-759: - If user specify lzo and lzo cannot be loaded, we should