[jira] [Commented] (HIVE-10972) DummyTxnManager always locks the current database in shared mode, which is incorrect.

2015-06-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590709#comment-14590709 ] Aihua Xu commented on HIVE-10972: - Thanks [~alangates] Actually current code already locks

[jira] [Updated] (HIVE-11025) In windowing spec, when the datatype is decimal, it's comparing the value against NULL value incorrectly

2015-06-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11025: Attachment: (was: HIVE-11025.patch) > In windowing spec, when the datatype is decimal, it's comparing th

[jira] [Updated] (HIVE-11025) In windowing spec, when the datatype is decimal, it's comparing the value against NULL value incorrectly

2015-06-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11025: Attachment: HIVE-11025.patch > In windowing spec, when the datatype is decimal, it's comparing the value >

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced with Job.newInstance() Pig+Hcatalog doesn't work properly since we need to clone the Job instance in HCatLoader

2015-06-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Summary: new Job() is deprecated. Replaced with Job.newInstance() Pig+Hcatalog doesn't work properly since w

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Summary: new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog (was: new Job() is depre

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Description: Some older version of new Job() seems not implemented properly, which causes the following iss

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Description: Replace all the deprecated new Job() with Job.getInstance() in HCatalog. was: Replace all t

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-18 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Description: Replace all the deprecated new Job() with Job.getInstance(). was: Some older version of new

[jira] [Commented] (HIVE-10972) DummyTxnManager always locks the current database in shared mode, which is incorrect.

2015-06-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593401#comment-14593401 ] Aihua Xu commented on HIVE-10972: - [~alangates] Ping. +[~ashutoshc] as well since seems yo

[jira] [Commented] (HIVE-10142) Calculating formula based on difference between each row's value and current row's in Windowing function

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595951#comment-14595951 ] Aihua Xu commented on HIVE-10142: - Can you share some sample tables and queries for this t

[jira] [Commented] (HIVE-11025) In windowing spec, when the datatype is decimal, it's comparing the value against NULL value incorrectly

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595954#comment-14595954 ] Aihua Xu commented on HIVE-11025: - [~ashutoshc] Can you help submit the patch? Thanks. >

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595962#comment-14595962 ] Aihua Xu commented on HIVE-10895: - Hi [~vgumashta] Any updates on that? Sorry to push you

[jira] [Assigned] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-10895: --- Assignee: Aihua Xu (was: Vaibhav Gumashta) > ObjectStore does not close Query objects in some calls,

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14596031#comment-14596031 ] Aihua Xu commented on HIVE-10895: - Got it. Thanks for letting me know. I will take over th

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-22 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14596679#comment-14596679 ] Aihua Xu commented on HIVE-10895: - [~vgumashta] I was looking into two solutions. 1. a wap

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-23 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: HIVE-10895.2.patch > ObjectStore does not close Query objects in some calls, causing a potential

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599456#comment-14599456 ] Aihua Xu commented on HIVE-10895: - All the tests are not related to the patch. > ObjectS

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: (was: HIVE-10895.2.patch) > ObjectStore does not close Query objects in some calls, causing

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: HIVE-10895.2.patch > ObjectStore does not close Query objects in some calls, causing a potential

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Attachment: HIVE-10754.patch > new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog > -

[jira] [Updated] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10754: Attachment: (was: HIVE-10754.patch) > new Job() is deprecated. Replaced all with Job.getInstance() for H

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600141#comment-14600141 ] Aihua Xu commented on HIVE-10895: - Seems both tests are unrelated. TestPigHBaseStorageHand

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: HIVE-10895.3.patch > ObjectStore does not close Query objects in some calls, causing a potential

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602895#comment-14602895 ] Aihua Xu commented on HIVE-10895: - It's caused by the patch, in which the order of the def

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: (was: HIVE-10895.3.patch) > ObjectStore does not close Query objects in some calls, causing

[jira] [Updated] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-10895: Attachment: HIVE-10895.3.patch > ObjectStore does not close Query objects in some calls, causing a potential

[jira] [Commented] (HIVE-10895) ObjectStore does not close Query objects in some calls, causing a potential leak in some metastore db resources

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603259#comment-14603259 ] Aihua Xu commented on HIVE-10895: - [~thejas], [~xuefuz], [~ctang.ma], could you please rev

[jira] [Commented] (HIVE-10754) new Job() is deprecated. Replaced all with Job.getInstance() for Hcatalog

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603366#comment-14603366 ] Aihua Xu commented on HIVE-10754: - [~mithun] and [~ctang.ma], can you guys take a look? Sh

[jira] [Assigned] (HIVE-11129) Issue a warning when copied from UTF-8 to ISO 8859-1

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu reassigned HIVE-11129: --- Assignee: Aihua Xu > Issue a warning when copied from UTF-8 to ISO 8859-1 > -

[jira] [Updated] (HIVE-11130) Refactoring the code so that HiveTxnManager interface will support lock/unlock table/database object

2015-06-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11130: Attachment: HIVE-11130.patch > Refactoring the code so that HiveTxnManager interface will support > lock/un

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: HIVE-14926.1.patch > Keep Schema in consistent state where schemaTool fails or succeeds. > ---

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-12 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: (was: HIVE-14926.1.patch) > Keep Schema in consistent state where schemaTool fails or succee

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: HIVE-14926.1.patch > Keep Schema in consistent state where schemaTool fails or succeeds. > ---

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Status: Patch Available (was: Open) Patch-1: switch the query execution from beeline to use JDBC directly.

[jira] [Commented] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572221#comment-15572221 ] Aihua Xu commented on HIVE-14926: - FYI: [~ychena] and [~ashutoshc] Can you help review the

[jira] [Commented] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572357#comment-15572357 ] Aihua Xu commented on HIVE-14926: - Seems I forgot to update TestSchemaTool.java. Will do t

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: HIVE-14926.2.patch PATCH-2: update the test cases. > Keep Schema in consistent state where sche

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: HIVE-14926.2.patch > Keep Schema in consistent state where schemaTool fails or succeeds. > ---

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: (was: HIVE-14926.2.patch) > Keep Schema in consistent state where schemaTool fails or succee

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: HIVE-14926.2.patch > Keep Schema in consistent state where schemaTool fails or succeeds. > ---

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Attachment: (was: HIVE-14926.2.patch) > Keep Schema in consistent state where schemaTool fails or succee

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Status: Patch Available (was: In Progress) > Keep Schema in consistent state where schemaTool fails or succ

[jira] [Updated] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-13 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-14926: Status: In Progress (was: Patch Available) > Keep Schema in consistent state where schemaTool fails or succ

[jira] [Commented] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-14 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575370#comment-15575370 ] Aihua Xu commented on HIVE-14926: - The tests are not related to the change. > Keep Schem

[jira] [Commented] (HIVE-14926) Keep Schema in consistent state where schemaTool fails or succeeds.

2016-10-14 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575742#comment-15575742 ] Aihua Xu commented on HIVE-14926: - Yeah. It won't work with Oracle and mysql at least. See

[jira] [Updated] (HIVE-14839) Improve the stability of TestSessionManagerMetrics

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

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-14 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: Handle the overflow case for decimal datatype for sum() (was: Change the precison/scale for interm

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-14 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 a column col1 defined as decimal and if the sum of the column overflows, we will try to i

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-14 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: Attachment: HIVE-13423.1.patch > Handle the overflow case for decimal datatype for sum() > -

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-14 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: Status: Patch Available (was: Open) Patch-1: simple change that when the sum is out of decimal range, then

[jira] [Commented] (HIVE-14984) Hive-WebUI access results in Request is a replay (34) attack

2016-10-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582413#comment-15582413 ] Aihua Xu commented on HIVE-14984: - [~szehon] Do you have any idea? > Hive-WebUI access r

[jira] [Commented] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582458#comment-15582458 ] Aihua Xu commented on HIVE-13423: - [~xuefuz] and [~ctang.ma] Initially I remember we had i

[jira] [Updated] (HIVE-14063) beeline to auto connect to the HiveServer2

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

[jira] [Commented] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582946#comment-15582946 ] Aihua Xu commented on HIVE-13423: - Yes. ArrayIndexOutOfBoundsException is because of the o

[jira] [Commented] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-17 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15582953#comment-15582953 ] Aihua Xu commented on HIVE-13423: - Does Oracle truncate? Seems hive follows more on Oracle

[jira] [Commented] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-19 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589113#comment-15589113 ] Aihua Xu commented on HIVE-13423: - Doesn't seem to have standard for that. I feel we can

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-19 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 a column col1 defined as decimal and if the sum of the column overflows, we will try to i

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: HIVE-11208.1.patch > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: Patch Available (was: Open) Patch-1: simple change to handle special case of dropping default parti

[jira] [Updated] (HIVE-13423) Handle the overflow case for decimal datatype for sum()

2016-10-20 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: Resolution: Fixed Fix Version/s: 2.2.0 Status: Resolved (was: Patch Available) Pushed to

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: In Progress (was: Patch Available) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ wh

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: (was: HIVE-11208.1.patch) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ whic

[jira] [Commented] (HIVE-14984) Hive-WebUI access results in Request is a replay (34) attack

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-14984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15592115#comment-15592115 ] Aihua Xu commented on HIVE-14984: - +1. > Hive-WebUI access results in Request is a repla

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: HIVE-11208.1.patch > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-20 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: Patch Available (was: In Progress) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ wh

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: (was: HIVE-11208.1.patch) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ whic

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: In Progress (was: Patch Available) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ wh

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: HIVE-11208.1.patch > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: Patch Available (was: In Progress) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ wh

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: HIVE-15025.1.patch > Secure-Socket-Layer (SSL) support for HMS > ---

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Patch Available (was: Open) patch-1: initial patch. Refactoring some auth functions to common/auth

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Patch Available (was: In Progress) > Secure-Socket-Layer (SSL) support for HMS > --

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: HIVE-15025.2.patch > Secure-Socket-Layer (SSL) support for HMS > ---

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: In Progress (was: Patch Available) > Secure-Socket-Layer (SSL) support for HMS > --

[jira] [Commented] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-21 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596629#comment-15596629 ] Aihua Xu commented on HIVE-15025: - Fixed the compile issue. > Secure-Socket-Layer (SSL) s

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: Open (was: Patch Available) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: (was: HIVE-11208.1.patch) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ whic

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Attachment: HIVE-11208.2.patch > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a

[jira] [Updated] (HIVE-11208) Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is not a "string" type

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-11208: Status: Patch Available (was: Open) > Can not drop a default partition __HIVE_DEFAULT_PARTITION__ which is

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: HIVE-15025.3.patch Patch-3: add the unit test. > Secure-Socket-Layer (SSL) support for HMS > --

[jira] [Commented] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-24 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15603199#comment-15603199 ] Aihua Xu commented on HIVE-15025: - [~ctang.ma], [~xuefuz], [~spena], can you help review t

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: (was: HIVE-15025.3.patch) > Secure-Socket-Layer (SSL) support for HMS >

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Open (was: Patch Available) > Secure-Socket-Layer (SSL) support for HMS > -

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: HIVE-15025.3.patch > Secure-Socket-Layer (SSL) support for HMS > ---

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Patch Available (was: Open) > Secure-Socket-Layer (SSL) support for HMS > -

[jira] [Commented] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605600#comment-15605600 ] Aihua Xu commented on HIVE-15025: - Seems to be build infra issue. I just reattached the sa

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Attachment: HIVE-15054.1.patch > Hive insertion query execution fails on Hive on Spark > ---

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Status: Patch Available (was: Open) patch-1: initial patch. Change the id from the partitionId to taskAttem

[jira] [Commented] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-25 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605705#comment-15605705 ] Aihua Xu commented on HIVE-15054: - + [~xuefuz] [~csun] [~jxiang] and [~szehon] > Hive in

[jira] [Commented] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608359#comment-15608359 ] Aihua Xu commented on HIVE-15054: - [~lirui] Thanks for taking a look. It would be hard to

[jira] [Comment Edited] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608359#comment-15608359 ] Aihua Xu edited comment on HIVE-15054 at 10/26/16 12:50 PM: [~

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Status: Patch Available (was: Open) > Hive insertion query execution fails on Hive on Spark > -

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Status: Open (was: Patch Available) > Hive insertion query execution fails on Hive on Spark > -

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Attachment: HIVE-15054.1.patch > Hive insertion query execution fails on Hive on Spark > ---

[jira] [Updated] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15054: Attachment: (was: HIVE-15054.1.patch) > Hive insertion query execution fails on Hive on Spark >

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Open (was: Patch Available) > Secure-Socket-Layer (SSL) support for HMS > -

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: HIVE-15025.3.patch > Secure-Socket-Layer (SSL) support for HMS > ---

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Status: Patch Available (was: Open) > Secure-Socket-Layer (SSL) support for HMS > -

[jira] [Updated] (HIVE-15025) Secure-Socket-Layer (SSL) support for HMS

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aihua Xu updated HIVE-15025: Attachment: (was: HIVE-15025.3.patch) > Secure-Socket-Layer (SSL) support for HMS >

[jira] [Commented] (HIVE-15054) Hive insertion query execution fails on Hive on Spark

2016-10-26 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608832#comment-15608832 ] Aihua Xu commented on HIVE-15054: - Hive doesn't use attemptNumber. I feel taskAttemptId is

<    2   3   4   5   6   7   8   9   10   11   >