[jira] [Updated] (HIVE-2700) Add 'ivy-clean-cache' and 'very-clean' Ant targets

2012-01-09 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2700: - Status: Patch Available (was: Open) This patch adds 'ivy-cleane-cache' and 'very-clean' targets w

[jira] [Updated] (HIVE-2700) Add 'ivy-clean-cache' and 'very-clean' Ant targets

2012-01-09 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2700: - Attachment: HIVE-2700.1.patch.txt > Add 'ivy-clean-cache' and 'very-clean' Ant targets > -

[jira] [Resolved] (HIVE-2701) listPartitionsByFilter only supports non-string partitions

2012-01-09 Thread Aniket Mokashi (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniket Mokashi resolved HIVE-2701. -- Resolution: Duplicate > listPartitionsByFilter only supports non-string partitions > ---

[jira] [Commented] (HIVE-2701) listPartitionsByFilter only supports non-string partitions

2012-01-09 Thread Aniket Mokashi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183127#comment-13183127 ] Aniket Mokashi commented on HIVE-2701: -- Possibly a browser bug! I will close this tick

[jira] [Created] (HIVE-2702) listPartitionsByFilter only supports non-string partitions

2012-01-09 Thread Aniket Mokashi (Created) (JIRA)
listPartitionsByFilter only supports non-string partitions -- Key: HIVE-2702 URL: https://issues.apache.org/jira/browse/HIVE-2702 Project: Hive Issue Type: Bug Affects Versions: 0.8

[jira] [Created] (HIVE-2701) listPartitionsByFilter only supports non-string partitions

2012-01-09 Thread Aniket Mokashi (Created) (JIRA)
listPartitionsByFilter only supports non-string partitions -- Key: HIVE-2701 URL: https://issues.apache.org/jira/browse/HIVE-2701 Project: Hive Issue Type: Bug Affects Versions: 0.8

[jira] [Updated] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2695: --- Status: Patch Available (was: Open) > Add PRINTF() Udf > > > Key

[jira] [Commented] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183121#comment-13183121 ] Phabricator commented on HIVE-2695: --- zhenxiao has commented on the revision "HIVE-2695 [j

[jira] [Updated] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2695: -- Attachment: HIVE-2695.D1161.1.patch zhenxiao requested code review of "HIVE-2695 [jira] Add PRINTF() Udf

Re: How to calculate count of quarter wise record in Hive?

2012-01-09 Thread Aniket Mokashi
select quarter, COUNT(*) from table group by quarter? On Mon, Jan 9, 2012 at 10:06 PM, Bhavesh Shah wrote: > Hello, > I want to calculate count of quarter wise record in Hive. > (e.g.: In 1st Quarter - 72 (counts) likewise for other quarter) > > How can we calculate it through query or UDF in Hiv

[jira] [Created] (HIVE-2700) Add 'ivy-clean-cache' and 'very-clean' Ant targets

2012-01-09 Thread Carl Steinbach (Created) (JIRA)
Add 'ivy-clean-cache' and 'very-clean' Ant targets -- Key: HIVE-2700 URL: https://issues.apache.org/jira/browse/HIVE-2700 Project: Hive Issue Type: Improvement Components: Build Infra

How to calculate count of quarter wise record in Hive?

2012-01-09 Thread Bhavesh Shah
Hello, I want to calculate count of quarter wise record in Hive. (e.g.: In 1st Quarter - 72 (counts) likewise for other quarter) How can we calculate it through query or UDF in Hive? -- Thanks and Regards, Bhavesh Shah

[jira] [Created] (HIVE-2699) Is udf_like 's bug ?

2012-01-09 Thread binlijin (Created) (JIRA)
Is udf_like 's bug ? Key: HIVE-2699 URL: https://issues.apache.org/jira/browse/HIVE-2699 Project: Hive Issue Type: Bug Components: UDF Reporter: binlijin Attachments: HIVE-2699.patch --

[jira] [Updated] (HIVE-2699) Is udf_like 's bug ?

2012-01-09 Thread binlijin (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] binlijin updated HIVE-2699: --- Attachment: HIVE-2699.patch > Is udf_like 's bug ? > > > Key: HIVE-26

[jira] [Updated] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2695: --- Status: Open (was: Patch Available) Needs more testcases > Add PRINTF() Udf > --

[jira] [Updated] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2695: --- Status: Patch Available (was: Open) > Add PRINTF() Udf > > > Key

[jira] [Updated] (HIVE-2694) Add FORMAT UDF

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2694: --- Status: Patch Available (was: Open) > Add FORMAT UDF > -- > > Key: HI

[jira] [Updated] (HIVE-2203) Extend concat_ws() UDF to support arrays of strings

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2203: --- Status: Patch Available (was: Open) > Extend concat_ws() UDF to support arrays of strings > -

[jira] [Updated] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Zhenxiao Luo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenxiao Luo updated HIVE-2279: --- Status: Patch Available (was: Open) > Implement sort(array) UDF > - > >

[jira] [Updated] (HIVE-2695) Add PRINTF() Udf

2012-01-09 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2695: -- Attachment: HIVE-2695.D1155.1.patch zhenxiao requested code review of "HIVE-2695 [jira] Add PRINTF() Udf

[jira] [Commented] (HIVE-2698) Enable Hadoop-1.0.0 in Hive

2012-01-09 Thread Thomas Weise (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183043#comment-13183043 ] Thomas Weise commented on HIVE-2698: Since 1.0.0 does not require a new shim, it should

[jira] [Updated] (HIVE-2698) Enable Hadoop-1.0.0 in Hive

2012-01-09 Thread Enis Soztutar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HIVE-2698: Attachment: HIVE-2698_v1.patch Attaching an initial patch (untested), which depends on HIVE-2629. T

[jira] [Created] (HIVE-2698) Enable Hadoop-1.0.0 in Hive

2012-01-09 Thread Enis Soztutar (Created) (JIRA)
Enable Hadoop-1.0.0 in Hive --- Key: HIVE-2698 URL: https://issues.apache.org/jira/browse/HIVE-2698 Project: Hive Issue Type: New Feature Components: Security, Shims Affects Versions: 0.9.0 R

[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-09 Thread Thomas Weise (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182972#comment-13182972 ] Thomas Weise commented on HIVE-2629: I had run the tests successfully when I first subm

[jira] [Updated] (HIVE-2694) Add FORMAT UDF

2012-01-09 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2694: -- Attachment: HIVE-2694.D1149.1.patch zhenxiao requested code review of "HIVE-2694 [jira] Add FORMAT UDF".

[jira] [Updated] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2279: -- Attachment: HIVE-2279.D1143.1.patch zhenxiao requested code review of "HIVE-2279 [jira] Implement sort(a

[jira] [Commented] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182826#comment-13182826 ] Phabricator commented on HIVE-2279: --- zhenxiao has commented on the revision "HIVE-2279 [j

Hive-trunk-h0.21 - Build # 1189 - Still Failing

2012-01-09 Thread Apache Jenkins Server
Changes for Build #1158 [namit] HIVE-2602 add support for insert partition overwrite(...) if not exists (Chinna Rao Lalam via namit) Changes for Build #1159 Changes for Build #1160 [cws] HIVE-2005. Implement BETWEEN operator (Navis via cws) Changes for Build #1161 [jvs] HIVE-2433. ad

[jira] [Updated] (HIVE-2646) Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs

2012-01-09 Thread Andrew Bayer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer updated HIVE-2646: --- Affects Version/s: 0.8.0 > Hive Ivy dependencies on Hadoop should depend on jars directly, not tar

[jira] [Updated] (HIVE-2646) Hive Ivy dependencies on Hadoop should depend on jars directly, not tarballs

2012-01-09 Thread Andrew Bayer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Bayer updated HIVE-2646: --- Priority: Critical (was: Major) Seeing more problems as a result of the non-standard tarball dependen

[jira] [Updated] (HIVE-2203) Extend concat_ws() UDF to support arrays of strings

2012-01-09 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2203: -- Attachment: HIVE-2203.D1137.1.patch zhenxiao requested code review of "HIVE-2203 [jira] Extend concat_ws

[jira] [Commented] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-09 Thread Amareshwari Sriramadasu (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182465#comment-13182465 ] Amareshwari Sriramadasu commented on HIVE-2629: --- The following tests failed i

Doubt in Hive

2012-01-09 Thread Bhavesh Shah
Hello all, Can we write the Hive Jdbc code in UDF? -- Regards, Bhavesh Shah

[jira] [Commented] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182426#comment-13182426 ] Phabricator commented on HIVE-2279: --- cwsteinbach has requested changes to the revision "H

[jira] [Commented] (HIVE-2203) Extend concat_ws() UDF to support arrays of strings

2012-01-09 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182425#comment-13182425 ] Phabricator commented on HIVE-2203: --- cwsteinbach has requested changes to the revision "H

[jira] [Updated] (HIVE-2203) Extend concat_ws() UDF to support arrays of strings

2012-01-09 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2203: - Status: Open (was: Patch Available) > Extend concat_ws() UDF to support arrays of strings > -

[jira] [Commented] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Phabricator (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182421#comment-13182421 ] Phabricator commented on HIVE-2279: --- cwsteinbach has commented on the revision "HIVE-2279

[jira] [Updated] (HIVE-2279) Implement sort(array) UDF

2012-01-09 Thread Carl Steinbach (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2279: - Status: Open (was: Patch Available) > Implement sort(array) UDF > - >

[jira] [Updated] (HIVE-2629) Make a single Hive binary work with both 0.20.x and 0.23.0

2012-01-09 Thread Amareshwari Sriramadasu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HIVE-2629: -- Fix Version/s: 0.8.1 Would like to commit this to 0.8.1 as well. Any objections?