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

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

errors while running hive queries

2012-01-05 Thread Bhavesh Shah
Hello, I am trying to run hive queries but I am getting errors as: hive> FROM ( > FROM t1 > MAP t1.patient_mrn, t1.encounter_date > USING 'retrieve' > AS mp1, mp2 > CLUSTER BY mp1) map_output > INSERT OVERWRITE TABLE t3 > REDUCE map_output.mp1, map_output.mp2 > US

[jira] [Created] (HIVE-2697) Ant compile-test target should be triggered from subprojects, not from top-level targets

2012-01-05 Thread Carl Steinbach (Created) (JIRA)
Ant compile-test target should be triggered from subprojects, not from top-level targets Key: HIVE-2697 URL: https://issues.apache.org/jira/browse/HIVE-2697 Proj

[jira] [Resolved] (HIVE-2696) Conf variable to turn off setting the create time for a new partition

2012-01-05 Thread Kevin Wilfong (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wilfong resolved HIVE-2696. - Resolution: Not A Problem > Conf variable to turn off setting the create time for a new partit

[jira] [Created] (HIVE-2696) Conf variable to turn off setting the create time for a new partition

2012-01-05 Thread Kevin Wilfong (Created) (JIRA)
Conf variable to turn off setting the create time for a new partition - Key: HIVE-2696 URL: https://issues.apache.org/jira/browse/HIVE-2696 Project: Hive Issue Type: New Fea

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

2012-01-05 Thread Apache Jenkins Server
Changes for Build #1147 [namit] HIVE-2617 Insert overwrite table db.tname fails if partition already exists (Chinna Rao Lalam via namit) Changes for Build #1148 [heyongqiang] HIVE-2651 [jira] The variable hive.exec.mode.local.auto.tasks.max should be changed (Namit Jain via Yongqiang He) Summa

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

2012-01-05 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180759#comment-13180759 ] Carl Steinbach commented on HIVE-2695: -- Add a PRINTF(String format, Obj... args) Udf t

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

2012-01-05 Thread Carl Steinbach (Created) (JIRA)
Add PRINTF() Udf Key: HIVE-2695 URL: https://issues.apache.org/jira/browse/HIVE-2695 Project: Hive Issue Type: New Feature Components: UDF Reporter: Carl Steinbach -- This message is automatically g

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

2012-01-05 Thread Carl Steinbach (Created) (JIRA)
Add FORMAT UDF -- Key: HIVE-2694 URL: https://issues.apache.org/jira/browse/HIVE-2694 Project: Hive Issue Type: New Feature Components: UDF Reporter: Carl Steinbach -- This message is automatically gener

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

2012-01-05 Thread Carl Steinbach (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180747#comment-13180747 ] Carl Steinbach commented on HIVE-2694: -- Ref: http://dev.mysql.com/doc/refman/5.1/en/s

[jira] [Created] (HIVE-2693) Add DECIMAL data type

2012-01-05 Thread Carl Steinbach (Created) (JIRA)
Add DECIMAL data type - Key: HIVE-2693 URL: https://issues.apache.org/jira/browse/HIVE-2693 Project: Hive Issue Type: New Feature Components: Query Processor Reporter: Carl Steinbach Add support fo

[jira] [Updated] (HIVE-2682) Clean-up logs

2012-01-05 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2682: -- Attachment: HIVE-2682.D1035.3.patch rajat updated the revision "HIVE-2682 [jira] Clean-up logs". Reviewe

Re: How to write Block of queries in Hive?

2012-01-05 Thread Bhavesh Shah
Hello Aniket, Thanks for the explanation. I have one more question that in SQL we write the multiple queries in which one query get executed and give the result to another query as a input. So, can we write something like that in Hive? I have also tried customs scripts in Hive but I am not getting