[ https://issues.apache.org/jira/browse/HIVE-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2925: ------------------------------ Attachment: HIVE-2925.D2607.1.patch navis requested code review of "HIVE-2925 [jira] Support non-MR fetching for simple queries with select/limit/filter operations only". Reviewers: JIRA DPAL-1039 Support non-MR fetching for simple queries with select/limit/filter operations only It's trivial but frequently asked by end-users. Currently, select queries with simple conditions or limit should run MR job which takes some time especially for big tables, making the people irritated. For that kind of simple queries, using fetch task would make them happy. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D2607 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/Driver.java ql/src/java/org/apache/hadoop/hive/ql/exec/FetchTask.java ql/src/java/org/apache/hadoop/hive/ql/parse/QB.java ql/src/java/org/apache/hadoop/hive/ql/parse/QBParseInfo.java ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/plan/FetchWork.java ql/src/test/queries/clientpositive/nonmr_fetch.q ql/src/test/results/clientpositive/nonmr_fetch.q.out MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/5943/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Support non-MR fetching for simple queries with select/limit/filter > operations only > ----------------------------------------------------------------------------------- > > Key: HIVE-2925 > URL: https://issues.apache.org/jira/browse/HIVE-2925 > Project: Hive > Issue Type: Improvement > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-2925.D2607.1.patch > > > It's trivial but frequently asked by end-users. Currently, select queries > with simple conditions or limit should run MR job which takes some time > especially for big tables, making the people irritated. > For that kind of simple queries, using fetch task would make them happy. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira