[jira] [Commented] (HIVE-2540) LATERAL VIEW with EXPLODE produces ConcurrentModificationException

2012-05-26 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284106#comment-13284106 ] Namit Jain commented on HIVE-2540: -- I will try again. > LATERAL VIEW with

[jira] [Commented] (HIVE-2540) LATERAL VIEW with EXPLODE produces ConcurrentModificationException

2012-05-26 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284095#comment-13284095 ] Navis commented on HIVE-2540: - @Namit Jain I cannot find any failure with this patch. Could thi

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21 #28

2012-05-26 Thread Apache Jenkins Server
See -- [...truncated 36377 lines...] [junit] POSTHOOK: query: select count(1) as cnt from testhivedrivertable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testhiv

Hive-trunk-h0.21 - Build # 1451 - Fixed

2012-05-26 Thread Apache Jenkins Server
Changes for Build #1446 Changes for Build #1447 Changes for Build #1448 [namit] HIVE-3051 JDBC cannot find metadata for tables/columns containing uppercase character (Navis via namit) Changes for Build #1449 [namit] HIVE-3049 setup classpath for templates correctly for eclipse (Shuai Ding via

[jira] [Assigned] (HIVE-2418) replace or translate function in hive

2012-05-26 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan reassigned HIVE-2418: -- Assignee: Mark Grover Mark, Assigned to you. Hack away! > replace or tr

Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #28

2012-05-26 Thread Apache Jenkins Server
See -- [...truncated 10108 lines...] [echo] Project: odbc [copy] Warning: /x1/jenkins/jenkins-slave/workspace/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/hive/odbc/src/co

Re: [jira] [Commented] (HIVE-2372) java.io.IOException: error=7, Argument list too long

2012-05-26 Thread Edward Capriolo
[junit] Error during job, obtaining debugging information... [junit] diff -a /home/edward/hive/trunk/build/ql/test/logs/clientnegative/script_broken_pipe1.q.out /home/edward/hive/trunk/ql/src/test/results/clientnegative/script_broken_pipe1.q.out [junit] Done query: script_broken_pipe1.q

FW: Filtering on TIMESTAMP data type

2012-05-26 Thread Ladda, Anand
How do I set-up a filter constant for TIMESTAMP datatype. In Hive 0.7 since timestamps were represented as strings a query like this would return data select * from LU_day where day_date ='2010-01-01 00:00:00'; But now with day_date as a TIMESTAMP column it doesn't. Is there some type of a TO_T

Re: non-string partition columns

2012-05-26 Thread Philip Tromans
We're using non-string partition columns in production. I think non string partition columns are a good thing to have - it allows you to do all sorts of date range calculations etc. AFAIK, MySQL's partition columns can be of any type. Phil. On May 26, 2012 7:55 AM, "Namit Jain" wrote: > Should I