[jira] Commented: (HIVE-1695) MapJoin followed by ReduceSink should be done as single MapReduce Job

2010-12-02 Thread Sreekanth Ramakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966044#action_12966044 ] Sreekanth Ramakrishnan commented on HIVE-1695: -- The initial thought of mine was

[jira] Commented: (HIVE-1517) ability to select across a database

2010-12-02 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966134#action_12966134 ] Carl Steinbach commented on HIVE-1517: -- @Namit: Yes, I'm still working on this. I have

[jira] Updated: (HIVE-1818) Call frequency and duration metrics for HiveMetaStore via jmx

2010-12-02 Thread Sushanth Sowmyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-1818: --- Attachment: HIVE-1818.patch Simple patch implementing a jmx metrics subsystem Call

[jira] Commented: (HIVE-1695) MapJoin followed by ReduceSink should be done as single MapReduce Job

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966227#action_12966227 ] He Yongqiang commented on HIVE-1695: The approach sounds good. (Or you can keep

[jira] Commented: (HIVE-1517) ability to select across a database

2010-12-02 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966243#action_12966243 ] Namit Jain commented on HIVE-1517: -- We would like to use it right away ability to select

[jira] Updated: (HIVE-1262) Add security/checksum UDFs sha,crc32,md5,aes_encrypt, and aes_decrypt

2010-12-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1262: -- Fix Version/s: 0.7.0 Affects Version/s: 0.6.0 Status: Patch Available

[jira] Updated: (HIVE-1508) Add cleanup method to HiveHistory class

2010-12-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1508: -- Attachment: hive-1508-1-patch.txt Add cleanup method to HiveHistory class

[jira] Updated: (HIVE-1508) Add cleanup method to HiveHistory class

2010-12-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-1508: -- Status: Patch Available (was: Open) Did two things here. First random can generate the same

[jira] Commented: (HIVE-1692) FetchOperator.getInputFormatFromCache hides causal exception

2010-12-02 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966315#action_12966315 ] Edward Capriolo commented on HIVE-1692: --- +1. Will commit if tests pass. Philip, make

[jira] Created: (HIVE-1824) create a new ZooKeeper instance when retrying lock, and more info for debug

2010-12-02 Thread He Yongqiang (JIRA)
create a new ZooKeeper instance when retrying lock, and more info for debug --- Key: HIVE-1824 URL: https://issues.apache.org/jira/browse/HIVE-1824 Project: Hive Issue

[jira] Created: (HIVE-1825) Different defaults for hive.metastore.local

2010-12-02 Thread Lars Francke (JIRA)
Different defaults for hive.metastore.local --- Key: HIVE-1825 URL: https://issues.apache.org/jira/browse/HIVE-1825 Project: Hive Issue Type: Bug Components: Configuration Affects

Possible Bug with Conv()

2010-12-02 Thread Annie Graebner
Hi there, I've got a column which contains hex data in string format. I run the following query: select conv([column], 16, 10) from [table] limit 5; The output, though, seems to mess up if two or more consecutive columns contain the same data. To test this out I did: select conv(a, 16, 10)

[jira] Updated: (HIVE-1824) create a new ZooKeeper instance when retrying lock, and more info for debug

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-1824: --- Attachment: hive-1824.1.patch create a new ZooKeeper instance when retrying lock, and more info for

[jira] Assigned: (HIVE-1824) create a new ZooKeeper instance when retrying lock, and more info for debug

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang reassigned HIVE-1824: -- Assignee: He Yongqiang create a new ZooKeeper instance when retrying lock, and more info for

[jira] Updated: (HIVE-1648) Automatically gathering stats when reading a table/partition

2010-12-02 Thread Paul Butler (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Butler updated HIVE-1648: -- Attachment: HIVE-1648.4.patch Automatically gathering stats when reading a table/partition

[jira] Commented: (HIVE-1648) Automatically gathering stats when reading a table/partition

2010-12-02 Thread Paul Butler (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966354#action_12966354 ] Paul Butler commented on HIVE-1648: --- Changes made. Note that subqueries are not

[jira] Updated: (HIVE-1819) maintain lastAccessTime in the metastore

2010-12-02 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-1819: - Attachment: hive.1819.4.patch maintain lastAccessTime in the metastore

[jira] Commented: (HIVE-1826) StatsTask updates the table/partition object leaving a inconsistent version in hooks

2010-12-02 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966357#action_12966357 ] Namit Jain commented on HIVE-1826: -- The inputs and outputs from the ReadEntity and

[jira] Updated: (HIVE-1824) create a new ZooKeeper instance when retrying lock, and more info for debug

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-1824: --- Attachment: hive-1824.2.patch create a new ZooKeeper instance when retrying lock, and more info for

[jira] Updated: (HIVE-1824) create a new ZooKeeper instance when retrying lock, and more info for debug

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-1824: --- Attachment: (was: hive-1824.2.patch) create a new ZooKeeper instance when retrying lock, and

[jira] Commented: (HIVE-1763) drop table (or view) should issue warning if table doesn't exist

2010-12-02 Thread Paul Butler (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966367#action_12966367 ] Paul Butler commented on HIVE-1763: --- I was concerned about breaking DROP TABLE's

[jira] Updated: (HIVE-1763) drop table (or view) should issue warning if table doesn't exist

2010-12-02 Thread Paul Butler (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Butler updated HIVE-1763: -- Assignee: Paul Butler drop table (or view) should issue warning if table doesn't exist

[jira] Commented: (HIVE-1526) Hive should depend on a release version of Thrift

2010-12-02 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966391#action_12966391 ] Carl Steinbach commented on HIVE-1526: -- bq. A new problem is that if you run ant

[jira] Updated: (HIVE-1526) Hive should depend on a release version of Thrift

2010-12-02 Thread Ning Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-1526: - Attachment: test.log Carl, I figured out why there is a thrift compilation error: the serde/build.xml:70

[jira] Updated: (HIVE-1819) maintain lastAccessTime in the metastore

2010-12-02 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Yongqiang updated HIVE-1819: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed! Thanks Namit!