[jira] [Commented] (HIVE-11880) filter bug of UNION ALL when hive.ppd.remove.duplicatefilters=true and filter condition is type incompatible column

2016-03-30 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15218871#comment-15218871 ] Aihua Xu commented on HIVE-11880: - [~sjtufighter] I updated the description for the repro. We need to

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Status: Patch Available (was: Open) Attached the first patch which should not affect existing logic. It

[jira] [Updated] (HIVE-13423) Change the precison/scale for intermediate sum result for decimal datatype in GroupBy operator

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13423: Summary: Change the precison/scale for intermediate sum result for decimal datatype in GroupBy operator

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.1.patch > Refactoring the code to pass a QueryState object rather than HiveConf

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.7.patch Address comments. Minor update. > Remove some unnecessary HMS connections

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15226333#comment-15226333 ] Aihua Xu commented on HIVE-13149: - [~szehon] I uploaded a new patch which breaks the line into two lines

[jira] [Updated] (HIVE-13423) Change the precison/scale for intermediate sum result for decimal datatype in GroupBy operator

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13423: Description: When we handle sum over decimal datatype in a groupby statement, it will possibly yield

[jira] [Commented] (HIVE-13420) Clarify HS2 WebUI Query 'Elapsed TIme'

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230328#comment-15230328 ] Aihua Xu commented on HIVE-13420: - The patch looks good. +1. > Clarify HS2 WebUI Query 'Elapsed TIme' >

[jira] [Updated] (HIVE-13453) Support ORDER BY and windowing clause in partitioning clause with distinct function

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13453: Fix Version/s: (was: 2.1.0) > Support ORDER BY and windowing clause in partitioning clause with

[jira] [Assigned] (HIVE-13453) Support ORDER BY and windowing clause in partitioning clause with distinct function

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-13453: --- Assignee: Aihua Xu (was: Harish Butani) > Support ORDER BY and windowing clause in partitioning

[jira] [Commented] (HIVE-9534) incorrect result set for query that projects a windowed aggregate

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230269#comment-15230269 ] Aihua Xu commented on HIVE-9534: [~leftylev] I just updated the doc. I also filed HIVE-13453 to track the

[jira] [Commented] (HIVE-13235) Insert from select generates incorrect result when hive.optimize.constant.propagation is on

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230290#comment-15230290 ] Aihua Xu commented on HIVE-13235: - [~ashutoshc] I haven't had a final solution yet. Seems my solutions

[jira] [Resolved] (HIVE-13427) Update committer list

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu resolved HIVE-13427. - Resolution: Fixed Committed. Thanks Szehon. > Update committer list > - > >

[jira] [Commented] (HIVE-11351) Column Found in more than One Tables/Subqueries

2016-04-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230278#comment-15230278 ] Aihua Xu commented on HIVE-11351: - This does look the same issue as HIVE-13235. This fix would work I

[jira] [Commented] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15226761#comment-15226761 ] Aihua Xu commented on HIVE-13424: - Created RB and please see the link above. Thanks. > Refactoring the

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.2.patch Patch-2: updated a few places to get queryId from QueryState. > Refactoring

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.7.patch > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-13427) Update committer list

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13427: Attachment: HIVE-13427.patch > Update committer list > - > > Key:

[jira] [Updated] (HIVE-13427) Update committer list

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13427: Attachment: HIVE-13427.patch > Update committer list > - > > Key:

[jira] [Updated] (HIVE-13427) Update committer list

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13427: Attachment: (was: HIVE-13427.patch) > Update committer list > - > >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: (was: HIVE-13149.7.patch) > Remove some unnecessary HMS connections from HS2 >

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229070#comment-15229070 ] Aihua Xu commented on HIVE-13149: - Those tests actually are not related. Will reattach the same patch to

[jira] [Updated] (HIVE-13427) Update committer list

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13427: Description: Please update committer list: Name: Aihua Xu Apache ID: aihuaxu Organization: Cloudera Name:

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.2.patch > Refactoring the code to pass a QueryState object rather than HiveConf

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: (was: HIVE-13424.2.patch) > Refactoring the code to pass a QueryState object rather than

[jira] [Commented] (HIVE-9534) incorrect result set for query that projects a windowed aggregate

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15227002#comment-15227002 ] Aihua Xu commented on HIVE-9534: That could be considered as new feature rather than bug, I guess. Since

[jira] [Updated] (HIVE-13427) Update committer list

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13427: Description: Please update committer list: Name: Aihua Xu Apache ID: aihuaxu Organization: Cloudera Name:

[jira] [Updated] (HIVE-13400) Following up HIVE-12481, add retry for Zookeeper service discovery

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13400: Attachment: HIVE-13400.2.patch Attached patch-2: fix the unit tests by adding e.getMessage() in the thrown

[jira] [Commented] (HIVE-13400) Following up HIVE-12481, add retry for Zookeeper service discovery

2016-04-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15237885#comment-15237885 ] Aihua Xu commented on HIVE-13400: - Right. I think we need some additional work to tell what should be

[jira] [Commented] (HIVE-13410) PerfLog metrics scopes not closed if there are exceptions on HS2

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239166#comment-15239166 ] Aihua Xu commented on HIVE-13410: - +1. The patch looks good. > PerfLog metrics scopes not closed if there

[jira] [Assigned] (HIVE-13499) TestJdbcWithMiniHS2.testConcurrentStatements is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-13499: --- Assignee: Aihua Xu > TestJdbcWithMiniHS2.testConcurrentStatements is hanging >

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239170#comment-15239170 ] Aihua Xu commented on HIVE-13149: - [~thejas] I can't think of the reason why it gets affected. I remember

[jira] [Commented] (HIVE-13499) TestJdbcWithMiniHS2.testConcurrentStatements is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239173#comment-15239173 ] Aihua Xu commented on HIVE-13499: - [~thejas] Just notice that it's to disable the test. It makes sense

[jira] [Updated] (HIVE-13499) TestJdbcWithMiniHS2.testConcurrentStatements is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13499: Assignee: Thejas M Nair (was: Aihua Xu) > TestJdbcWithMiniHS2.testConcurrentStatements is hanging >

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: (was: HIVE-13424.3.patch) > Refactoring the code to pass a QueryState object rather than

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.3.patch > Refactoring the code to pass a QueryState object rather than HiveConf

[jira] [Commented] (HIVE-13400) Following up HIVE-12481, add retry for Zookeeper service discovery

2016-04-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15232257#comment-15232257 ] Aihua Xu commented on HIVE-13400: - [~thejas], [~ychena], [~szehon] Can you take a look at the change? The

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.4.patch Attached the patch-4: minor change which will always initializes queryState

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15227466#comment-15227466 ] Aihua Xu commented on HIVE-13149: - [~ctang.ma] Agree that making copy of HiveConf is expensive so this

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.3.patch Attached patch-3: fixed the test build failure. > Refactoring the code to

[jira] [Assigned] (HIVE-13427) Update committer list

2016-04-06 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-13427: --- Assignee: Aihua Xu > Update committer list > - > > Key:

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-04-11 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Resolution: Fixed Fix Version/s: 2.1.0 Status: Resolved (was: Patch Available) Pushed to

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.5.patch > Remove some unnecessary HMS connections from HS2 >

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201454#comment-15201454 ] Aihua Xu commented on HIVE-13149: - Attached patch-5: hbase test case failed because the conf was not

[jira] [Updated] (HIVE-13286) Query ID is being reused across queries

2016-03-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13286: Attachment: HIVE-13286.2.patch > Query ID is being reused across queries >

[jira] [Commented] (HIVE-13294) AvroSerde leaks the connection in a case when reading schema from a url

2016-03-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15197308#comment-15197308 ] Aihua Xu commented on HIVE-13294: - Yeah. The patch looks good. Only minor issues. +1. We may remove the

[jira] [Commented] (HIVE-13286) Query ID is being reused across queries

2016-03-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15205076#comment-15205076 ] Aihua Xu commented on HIVE-13286: - [~vikram.dixit] How is the new patch? Can you take a look? > Query ID

[jira] [Commented] (HIVE-13286) Query ID is being reused across queries

2016-03-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15200688#comment-15200688 ] Aihua Xu commented on HIVE-13286: - Let me take a look at CLI cases. > Query ID is being reused across

[jira] [Commented] (HIVE-13294) AvroSerde leaks the connection in a case when reading schema from a url

2016-03-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15201555#comment-15201555 ] Aihua Xu commented on HIVE-13294: - +1 on the new patch. > AvroSerde leaks the connection in a case when

[jira] [Commented] (HIVE-13286) Query ID is being reused across queries

2016-03-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15207015#comment-15207015 ] Aihua Xu commented on HIVE-13286: - [~vikram.dixit] Those tests are not related. Sorry. Forgot to mention

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.6.patch > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: (was: HIVE-13149.6.patch) > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Status: In Progress (was: Patch Available) > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: (was: HIVE-13149.6.patch) > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Status: Patch Available (was: In Progress) Attached the patch-6: fix the failed unit test. CodahaleMetrics

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.6.patch > Remove some unnecessary HMS connections from HS2 >

[jira] [Commented] (HIVE-13050) The row count is not correct after changing partition location to point to another partition location

2016-03-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213073#comment-15213073 ] Aihua Xu commented on HIVE-13050: - [~lskuff] Yeah, that's a concern that it will introduce the

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-08 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184987#comment-15184987 ] Aihua Xu commented on HIVE-13149: - I will investigate those test failures. They are related to the change.

[jira] [Commented] (HIVE-4897) Hive should handle AlreadyExists on retries when creating tables/partitions

2016-03-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15176132#comment-15176132 ] Aihua Xu commented on HIVE-4897: [~sershe] Do you still notice the issue happens? I guess we may not have

[jira] [Commented] (HIVE-13171) Add unit test for hs2 webui

2016-03-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179182#comment-15179182 ] Aihua Xu commented on HIVE-13171: - [~szehon] It's good to add such unit tests. Can you check if the

[jira] [Updated] (HIVE-13129) CliService leaks HMS connection

2016-03-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13129: Resolution: Fixed Fix Version/s: 2.1.0 Status: Resolved (was: Patch Available) Pushed to

[jira] [Commented] (HIVE-13160) HS2 unable to load UDFs on startup when HMS is not ready

2016-03-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179939#comment-15179939 ] Aihua Xu commented on HIVE-13160: - [~prasanth_j] Can you clarify the incompatibility issue a little bit

[jira] [Commented] (HIVE-13171) Add unit test for hs2 webui

2016-03-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179953#comment-15179953 ] Aihua Xu commented on HIVE-13171: - Another thought: We expose the functions in OperationManager as public

[jira] [Commented] (HIVE-13160) HS2 unable to load UDFs on startup when HMS is not ready

2016-03-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15180353#comment-15180353 ] Aihua Xu commented on HIVE-13160: - I see. So if that's the case and we couldn't register all the

[jira] [Commented] (HIVE-13171) Add unit test for hs2 webui

2016-03-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181866#comment-15181866 ] Aihua Xu commented on HIVE-13171: - +1. Looks good to me. > Add unit test for hs2 webui >

[jira] [Updated] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13149: Attachment: HIVE-13149.3.patch > Remove some unnecessary HMS connections from HS2 >

[jira] [Updated] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-03-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12481: Attachment: HIVE-12481.3.patch Attached the patch-3 to retry from the JDBC client side: {{beeline -u

[jira] [Updated] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-03-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-12481: Status: Patch Available (was: Reopened) > Occasionally "Request is a replay" will be thrown from HS2 >

[jira] [Commented] (HIVE-4897) Hive should handle AlreadyExists on retries when creating tables/partitions

2016-03-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177849#comment-15177849 ] Aihua Xu commented on HIVE-4897: Yeah. That scenario definitely will cause the issue, but should be rare?

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15177892#comment-15177892 ] Aihua Xu commented on HIVE-13149: - Thanks [~szehon] to review the code. 1. get(Conf) and setConf(Conf)

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-03 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15178548#comment-15178548 ] Aihua Xu commented on HIVE-13149: - 1. Sure. I will change it back. 2. Even if the tasks are on the same

[jira] [Commented] (HIVE-13149) Remove some unnecessary HMS connections from HS2

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183097#comment-15183097 ] Aihua Xu commented on HIVE-13149: - >From the failed unit tests, I think we need such fix to do the real

[jira] [Commented] (HIVE-13160) HS2 unable to load UDFs on startup when HMS is not ready

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183202#comment-15183202 ] Aihua Xu commented on HIVE-13160: - [~prasanth_j] Can you file a followup jira and link to this one? It

[jira] [Updated] (HIVE-4897) Hive should handle AlreadyExists on retries when creating tables/partitions

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-4897: --- Attachment: (was: HIVE-4897.patch) > Hive should handle AlreadyExists on retries when creating

[jira] [Commented] (HIVE-13160) HS2 unable to load UDFs on startup when HMS is not ready

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183552#comment-15183552 ] Aihua Xu commented on HIVE-13160: - Sure. Do you know how we load all the functions for such scenario? >

[jira] [Commented] (HIVE-7532) allow disabling direct sql per query with external metastore

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183543#comment-15183543 ] Aihua Xu commented on HIVE-7532: >From my understanding on the code, the setting will be applied on one

[jira] [Commented] (HIVE-7532) allow disabling direct sql per query with external metastore

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183855#comment-15183855 ] Aihua Xu commented on HIVE-7532: Thanks for explaining. Yeah. I also noticed that. It works differently

[jira] [Commented] (HIVE-7532) allow disabling direct sql per query with external metastore

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183184#comment-15183184 ] Aihua Xu commented on HIVE-7532: [~navis] and [~sershe] Seems I don't fully get how

[jira] [Updated] (HIVE-4897) Hive should handle AlreadyExists on retries when creating tables/partitions

2016-03-07 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-4897: --- Status: In Progress (was: Patch Available) > Hive should handle AlreadyExists on retries when creating

[jira] [Updated] (HIVE-13160) HS2 unable to load UDFs on startup when HMS is not ready

2016-03-01 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13160: Resolution: Fixed Fix Version/s: 2.1.0 Status: Resolved (was: Patch Available) Pushed to

[jira] [Updated] (HIVE-13129) CliService leaks HMS connection

2016-03-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13129: Attachment: HIVE-13129.2.patch Talked to Chaoyu offline. He is planning to use the connection for

[jira] [Updated] (HIVE-13400) Following up HIVE-12481, add retry for Zookeeper service discovery

2016-04-01 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13400: Attachment: HIVE-13400.1.patch > Following up HIVE-12481, add retry for Zookeeper service discovery >

[jira] [Updated] (HIVE-13400) Following up HIVE-12481, add retry for Zookeeper service discovery

2016-04-01 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13400: Status: Patch Available (was: Open) Attached patch-1: retry is added for zookeeper discovery mode, so we

[jira] [Updated] (HIVE-13193) Enable the compilation in parallel in single session

2016-04-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13193: Summary: Enable the compilation in parallel in single session (was: Enable the complication in parallel in

[jira] [Commented] (HIVE-13193) Enable the compilation in parallel in single session

2016-04-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224083#comment-15224083 ] Aihua Xu commented on HIVE-13193: - Thanks Lefty. It's a typo. :) > Enable the compilation in parallel in

[jira] [Commented] (HIVE-13193) Enable the compilation in parallel in single session

2016-04-04 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224096#comment-15224096 ] Aihua Xu commented on HIVE-13193: - Thanks for valuable info [~cwsteinbach] yeah. Seems we were misusing

[jira] [Commented] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-03-30 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217999#comment-15217999 ] Aihua Xu commented on HIVE-12481: - [~thejas] Yeah. When I made the change, actually I was debating if I

[jira] [Commented] (HIVE-12481) Occasionally "Request is a replay" will be thrown from HS2

2016-03-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219853#comment-15219853 ] Aihua Xu commented on HIVE-12481: - [~thejas] Since the user can provide the value of retries themselves,

[jira] [Commented] (HIVE-11880) filter bug of UNION ALL when hive.ppd.remove.duplicatefilters=true and filter condition is type incompatible column

2016-03-31 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220033#comment-15220033 ] Aihua Xu commented on HIVE-11880: - The actual issue seems to be that we are mixing the column alias and

[jira] [Commented] (HIVE-13410) PerfLog metrics scopes not closed if there are exceptions on HS2

2016-04-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222890#comment-15222890 ] Aihua Xu commented on HIVE-13410: - [~szehon] The code looks good. Question about the unit tests: seems we

[jira] [Commented] (HIVE-13410) PerfLog metrics scopes not closed if there are exceptions on HS2

2016-04-02 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15223046#comment-15223046 ] Aihua Xu commented on HIVE-13410: - The perflogger is per session and we are not tracking for each query,

[jira] [Commented] (HIVE-13499) TestJdbcWithMiniHS2.testConcurrentStatements is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239427#comment-15239427 ] Aihua Xu commented on HIVE-13499: - [~thejas] I'm able to see the issue locally. I will investigate what's

[jira] [Commented] (HIVE-13499) TestJdbcWithMiniHS2.testConcurrentStatements is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239653#comment-15239653 ] Aihua Xu commented on HIVE-13499: - Sure. We can disable them for now. It could be some race condition.

[jira] [Commented] (HIVE-13499) TestJdbcWithMiniHS2 is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15239860#comment-15239860 ] Aihua Xu commented on HIVE-13499: - I'm investigating right now. I'm able to see testSessionScratchDirs

[jira] [Assigned] (HIVE-13499) TestJdbcWithMiniHS2 is hanging

2016-04-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-13499: --- Assignee: Aihua Xu (was: Thejas M Nair) > TestJdbcWithMiniHS2 is hanging >

[jira] [Commented] (HIVE-13592) metastore calls map is not thread safe

2016-04-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254954#comment-15254954 ] Aihua Xu commented on HIVE-13592: - You are right. That's a very nice way to handle the synchronization.

[jira] [Commented] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254003#comment-15254003 ] Aihua Xu commented on HIVE-13424: - [~sershe] Can you take another look at the code? The tests above are

[jira] [Commented] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252704#comment-15252704 ] Aihua Xu commented on HIVE-13424: - Patch-5: rebase. > Refactoring the code to pass a QueryState object

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: (was: HIVE-13424.5.patch) > Refactoring the code to pass a QueryState object rather than

[jira] [Updated] (HIVE-13424) Refactoring the code to pass a QueryState object rather than HiveConf object

2016-04-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-13424: Attachment: HIVE-13424.5.patch > Refactoring the code to pass a QueryState object rather than HiveConf

<    6   7   8   9   10   11   12   13   14   15   >