[jira] [Created] (HIVE-3315) Propagate filers on inner join condition transitively

2012-07-28 Thread Navis (JIRA)
Navis created HIVE-3315: --- Summary: Propagate filers on inner join condition transitively Key: HIVE-3315 URL: https://issues.apache.org/jira/browse/HIVE-3315 Project: Hive Issue Type: Improvement

[jira] [Commented] (HIVE-3286) Explicit skew join on user provided condition

2012-07-28 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424312#comment-13424312 ] Namit Jain commented on HIVE-3286: -- I am sorry, I was not clear, what I meant was the foll

[jira] [Commented] (HIVE-3311) Convert runtime exceptions to semantic exceptions for validation of alter table commands

2012-07-28 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424313#comment-13424313 ] Namit Jain commented on HIVE-3311: -- Samabavi, if this is ready for review, can you mark 'S

[jira] [Commented] (HIVE-2206) add a new optimizer for query correlation discovery and optimization

2012-07-28 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424315#comment-13424315 ] He Yongqiang commented on HIVE-2206: For the last few months (almost one year), Yin has

[jira] [Commented] (HIVE-1643) support range scans and non-key columns in HBase filter pushdown

2012-07-28 Thread bharath v (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424317#comment-13424317 ] bharath v commented on HIVE-1643: - Currently the IndexPredicateAnalyzer.analyzePredicate()

[jira] [Updated] (HIVE-3314) Extract global limit configuration to optimizer

2012-07-28 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3314: - Status: Open (was: Patch Available) > Extract global limit configuration to optimizer > -

[jira] [Commented] (HIVE-3314) Extract global limit configuration to optimizer

2012-07-28 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424366#comment-13424366 ] Namit Jain commented on HIVE-3314: -- very minor comments on phabricator. >

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

2012-07-28 Thread Apache Jenkins Server
See -- [...truncated 10187 lines...] [echo] Project: odbc [copy] Warning:

[jira] [Commented] (HIVE-2845) Add support for index joins in Hive

2012-07-28 Thread Mahsa Mofidpoor (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424378#comment-13424378 ] Mahsa Mofidpoor commented on HIVE-2845: --- Can you please clarify on the new changes in

[jira] [Commented] (HIVE-3227) Implement data loading from user provided string directly for test

2012-07-28 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424380#comment-13424380 ] Edward Capriolo commented on HIVE-3227: --- I think we have to be careful here. What doe

[jira] [Resolved] (HIVE-3046) Hive should use metastore to calculate max() on a partition

2012-07-28 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo resolved HIVE-3046. --- Resolution: Not A Problem Release Note: I think this query can not be done by putting a c

[jira] [Commented] (HIVE-1643) support range scans and non-key columns in HBase filter pushdown

2012-07-28 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424386#comment-13424386 ] Ashutosh Chauhan commented on HIVE-1643: IndexPredicateAnalyzer was originally writ

[jira] [Updated] (HIVE-3068) Add ability to export table metadata as JSON on table drop

2012-07-28 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated HIVE-3068: -- Status: Open (was: Patch Available) See comments in phabricator. > Add abilit

Jenkins build is back to normal : Hive-0.9.1-SNAPSHOT-h0.21 #89

2012-07-28 Thread Apache Jenkins Server
See

non map-reduce for simple queries

2012-07-28 Thread Namit Jain
Currently, hive does not launch map-reduce jobs for the following queries: select * from where (limit )? This behavior is not configurable, and cannot be altered. HIVE-2925 wants to extend this behavior. The goal is not to spawn map-reduce jobs for the following queries: Select from where

[jira] [Commented] (HIVE-2925) Support non-MR fetching for simple queries with select/limit/filter operations only

2012-07-28 Thread Namit Jain (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424418#comment-13424418 ] Namit Jain commented on HIVE-2925: -- Copying a mail I sent to dev@ for review Currentl

Re: non map-reduce for simple queries

2012-07-28 Thread Edward Capriolo
If where condition is too complex , selecting specific columns seems simple enough and useful. On Saturday, July 28, 2012, Namit Jain wrote: > Currently, hive does not launch map-reduce jobs for the following queries: > > select * from where (limit )? > > This behavior is not configurable, and

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

2012-07-28 Thread Apache Jenkins Server
Changes for Build #1571 [namit] HIVE-2101 mapjoin sometimes gives wrong results if there is a filter in the on condition (Navis via namit) Changes for Build #1572 Changes for Build #1573 2 tests failed. FAILED: org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_b

Re: non map-reduce for simple queries

2012-07-28 Thread Navis류승우
I was thinking of timeout for fetching, 2000msec for example. How about that? 2012년 7월 29일 일요일에 Edward Capriolo님이 작성: > If where condition is too complex , selecting specific columns seems simple > enough and useful. > > On Saturday, July 28, 2012, Namit Jain wrote: >> Currently, hive does not la