[jira] [Created] (HIVE-13752) Mini HDFS Cluster fails to start on trunk

2016-05-12 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-13752: Summary: Mini HDFS Cluster fails to start on trunk Key: HIVE-13752 URL: https://issues.apache.org/jira/browse/HIVE-13752 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-9760) Killed job is not displayed correctly by failure hook

2015-02-23 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9760: --- Summary: Killed job is not displayed correctly by failure hook Key: HIVE-9760 URL: https://issues.apache.org/jira/browse/HIVE-9760 Project: Hive Issue Type:

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: (was: HIVE-9480.5.patch) Build UDF TRUNC to implement FIRST_DAY as compared with

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.6.patch Thanks [~jdere]. Here's V6 after rebase. Build UDF TRUNC to

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.5.patch Re-submit patch in order to trigger UT(s) run. Don't know why it's not

[jira] [Commented] (HIVE-9741) Refactor MetaStoreDirectSql by using getProductName instead of querying DB to determine DbType

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329884#comment-14329884 ] Xiaobing Zhou commented on HIVE-9741: - Thanks [~ashutoshc], will do that in upcoming

[jira] [Updated] (HIVE-9741) Refactor MetaStoreDirectSql by using getProductName instead of querying DB to determine DbType

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9741: Attachment: HIVE-9741.2.patch Patch V2. Refactor MetaStoreDirectSql by using getProductName

[jira] [Updated] (HIVE-9746) Refactor ATSHook constructor to avoid issues of twice CTRL+C terminating running query

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9746: Description: Run a hive query and then hit Ctrl+C twice. This kills the hive query instantly before

[jira] [Created] (HIVE-9746) Refactor ATSHook constructor to avoid issues of twice CTRL+C terminating running query

2015-02-20 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9746: --- Summary: Refactor ATSHook constructor to avoid issues of twice CTRL+C terminating running query Key: HIVE-9746 URL: https://issues.apache.org/jira/browse/HIVE-9746

[jira] [Commented] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329964#comment-14329964 ] Xiaobing Zhou commented on HIVE-9480: - V7 addressed latest comments. Thanks

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.7.patch Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

[jira] [Updated] (HIVE-9741) Refactor MetaStoreDirectSql by using getProductName instead of querying DB to determine DbType

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9741: Attachment: HIVE-9741.1.patch Refactor MetaStoreDirectSql by using getProductName instead of

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Description: Hive already supports LAST_DAY UDF, in some cases, FIRST_DAY is necessary to do

[jira] [Created] (HIVE-9741) Refactor MetaStoreDirectSql by using getProductName instead of querying DB to determine DbType

2015-02-20 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9741: --- Summary: Refactor MetaStoreDirectSql by using getProductName instead of querying DB to determine DbType Key: HIVE-9741 URL: https://issues.apache.org/jira/browse/HIVE-9741

[jira] [Updated] (HIVE-9746) Refactor ATSHook constructor to avoid issues of twice CTRL+C terminating running query

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9746: Attachment: Jobs2.png Jobs1.png Refactor ATSHook constructor to avoid issues of

[jira] [Updated] (HIVE-9746) Refactor ATSHook constructor to avoid issues of twice CTRL+C terminating running query

2015-02-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9746: Description: Run a hive query and then hit Ctrl+C twice. This kills the hive query instantly before

[jira] [Commented] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-19 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14328422#comment-14328422 ] Xiaobing Zhou commented on HIVE-9480: - [~apivovarov] [~jdere] can you review it?

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-19 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.5.patch Patch V5 addressed review comments. Build UDF TRUNC to implement

[jira] [Created] (HIVE-9642) Hive metastore client retries don't happen consistently for all api calls

2015-02-10 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9642: --- Summary: Hive metastore client retries don't happen consistently for all api calls Key: HIVE-9642 URL: https://issues.apache.org/jira/browse/HIVE-9642 Project: Hive

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Summary: Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY (was: Implement FIRST_DAY

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.4.patch Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Description: Hive already supports LAST_DAY UDF, in some cases, FIRST_DAY is necessary to do

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Status: Patch Available (was: Open) Made patch V4. Build UDF TRUNC to implement FIRST_DAY as

[jira] [Commented] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14308268#comment-14308268 ] Xiaobing Zhou commented on HIVE-9518: - The failure is irrelevant. Implement

[jira] [Commented] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14308304#comment-14308304 ] Xiaobing Zhou commented on HIVE-9480: - [~apivovarov] yes, I can do that in next patch

[jira] [Updated] (HIVE-9480) Build UDF TRUNC to implement FIRST_DAY as compared with LAST_DAY

2015-02-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Description: Hive already supports LAST_DAY UDF, in some cases, FIRST_DAY is necessary to do

[jira] [Commented] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14306081#comment-14306081 ] Xiaobing Zhou commented on HIVE-9518: - Patch V3. [~jdere] and [~apivovarov] can you

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Attachment: HIVE-9518.3.patch Implement MONTHS_BETWEEN aligned with Oracle one

[jira] [Commented] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14306124#comment-14306124 ] Xiaobing Zhou commented on HIVE-9518: - Just did without --no-prefix. Fail to upload it

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Attachment: HIVE-9518.3.patch Implement MONTHS_BETWEEN aligned with Oracle one

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-02-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Attachment: (was: HIVE-9518.3.patch) Implement MONTHS_BETWEEN aligned with Oracle one

[jira] [Commented] (HIVE-9472) Implement 7 simple UDFs added to Hive

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14298066#comment-14298066 ] Xiaobing Zhou commented on HIVE-9472: - This work is split to separate JIRA(s) for

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Description: This is used to track work to build a Oracle like months_between. Here's semantics:

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Description: This is used to track work to build Oracle like months_between. Here's semantics:

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Attachment: HIVE-9518.2.patch Implement MONTHS_BETWEEN aligned with Oracle one

[jira] [Created] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9518: --- Summary: Implement MONTHS_BETWEEN aligned with Oracle one Key: HIVE-9518 URL: https://issues.apache.org/jira/browse/HIVE-9518 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-9480) Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.3.patch Patch V3, added license comments. Implement FIRST_DAY as compared

[jira] [Updated] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9518: Attachment: HIVE-9518.1.patch Implement MONTHS_BETWEEN aligned with Oracle one

[jira] [Commented] (HIVE-9518) Implement MONTHS_BETWEEN aligned with Oracle one

2015-01-29 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14298064#comment-14298064 ] Xiaobing Zhou commented on HIVE-9518: - [~apivovarov] [~jdere] [~ashutoshc] Could you

[jira] [Commented] (HIVE-9456) Make Hive support unicode with MSSQL as Metastore backend

2015-01-27 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14294244#comment-14294244 ] Xiaobing Zhou commented on HIVE-9456: - [~ekoifman] Here's test case. {noformat} 1. New

[jira] [Commented] (HIVE-9480) Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE

2015-01-27 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14294315#comment-14294315 ] Xiaobing Zhou commented on HIVE-9480: - Since most of logic for FIRST_DAY and LAST_DAY

[jira] [Updated] (HIVE-9480) Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE

2015-01-27 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Description: Hive already supports LAST_DAY UDF, in some cases, FIRST_DAY is necessary to do

[jira] [Created] (HIVE-9480) Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE

2015-01-27 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9480: --- Summary: Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE Key: HIVE-9480 URL: https://issues.apache.org/jira/browse/HIVE-9480 Project: Hive

[jira] [Updated] (HIVE-9480) Implement FIRST_DAY as compared with LAST_DAY already supported in HIVE

2015-01-27 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9480: Attachment: HIVE-9480.1.patch Made patch v1. [~jdere] could you please have it reviewed? Thanks!

[jira] [Created] (HIVE-9472) Implement 7 simple UDFs added to Hive

2015-01-26 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9472: --- Summary: Implement 7 simple UDFs added to Hive Key: HIVE-9472 URL: https://issues.apache.org/jira/browse/HIVE-9472 Project: Hive Issue Type: Bug

[jira] [Assigned] (HIVE-9472) Implement 7 simple UDFs added to Hive

2015-01-26 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou reassigned HIVE-9472: --- Assignee: Xiaobing Zhou Implement 7 simple UDFs added to Hive

[jira] [Commented] (HIVE-9472) Implement 7 simple UDFs added to Hive

2015-01-26 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292607#comment-14292607 ] Xiaobing Zhou commented on HIVE-9472: - Checked trunk, there's a UDF 'last_day' already

[jira] [Updated] (HIVE-9456) Make Hive support unicode with MSSQL as Metastore backend

2015-01-23 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9456: Description: There are significant issues when Hive uses MSSQL as (was:

[jira] [Created] (HIVE-9456) Make Hive support unicode with MSSQL as Metastore backend

2015-01-23 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-9456: --- Summary: Make Hive support unicode with MSSQL as Metastore backend Key: HIVE-9456 URL: https://issues.apache.org/jira/browse/HIVE-9456 Project: Hive Issue

[jira] [Updated] (HIVE-9456) Make Hive support unicode with MSSQL as Metastore backend

2015-01-23 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9456: Attachment: HIVE-9456.1.patch Made a patch. Could anyone have it reviewed? Thanks! Make Hive

[jira] [Resolved] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-23 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou resolved HIVE-9208. - Resolution: Won't Fix HIVE-9456 is going to change all varchar to nvarchar in 0.15 and provide

[jira] [Updated] (HIVE-9456) Make Hive support unicode with MSSQL as Metastore backend

2015-01-23 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9456: Description: There are significant issues when Hive uses MSSQL as metastore backend to support

[jira] [Commented] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-22 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288271#comment-14288271 ] Xiaobing Zhou commented on HIVE-9208: - I don't think we need to change length, right?

[jira] [Commented] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-22 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288275#comment-14288275 ] Xiaobing Zhou commented on HIVE-9208: - They are partition name with multi-bytes

[jira] [Updated] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-20 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9208: Attachment: HIVE-9208.2.patch Made 2nd patch that keeps partition name and SDS location type

[jira] [Updated] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-13 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-9208: Attachment: HIVE-9208.1.patch Made a patch. [~ekoifman] can you have it reviewed, thanks!

[jira] [Commented] (HIVE-9208) MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar

2015-01-13 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14276150#comment-14276150 ] Xiaobing Zhou commented on HIVE-9208: - Thanks [~ekoifman]! I'd take a look at them to

[jira] [Assigned] (HIVE-8812) TestMinimrCliDriver failure if run in the same command as TestHBaseNegativeCliDriver

2014-11-11 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou reassigned HIVE-8812: --- Assignee: Xiaobing Zhou (was: Jason Dere) TestMinimrCliDriver failure if run in the same

[jira] [Commented] (HIVE-8340) HiveServer2 service doesn't stop backend jvm process, which prevents follow-up service start.

2014-11-11 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14207223#comment-14207223 ] Xiaobing Zhou commented on HIVE-8340: - [~szehon] and [~leftylev], I guess, this should

[jira] [Commented] (HIVE-8812) TestMinimrCliDriver failure if run in the same command as TestHBaseNegativeCliDriver

2014-11-11 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14207242#comment-14207242 ] Xiaobing Zhou commented on HIVE-8812: - +1 TestMinimrCliDriver failure if run in the

[jira] [Commented] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-11-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14198880#comment-14198880 ] Xiaobing Zhou commented on HIVE-8550: - Non-Windows installations already supported

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Description: repro: {noformat} mvn test -Phadoop-2 -Dtest=TestCliDriverMethods#testprocessInitFiles

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Attachment: HIVE-8737.3.patch V3 patch to deal with the exception above. Forgot to recompile on

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Status: Patch Available (was: Open) setEnv is not portable, which fails

[jira] [Commented] (HIVE-8703) More Windows unit test fixes

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14196489#comment-14196489 ] Xiaobing Zhou commented on HIVE-8703: - Yes, test only changes. More Windows unit test

[jira] [Created] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-8737: --- Summary: setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows Key: HIVE-8737 URL: https://issues.apache.org/jira/browse/HIVE-8737

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Environment: Windows setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Description: repro: {noformat} mvn test -Phadoop-2 -Dmaven.surefire.debug

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Description: repro: {noformat} mvn test -Phadoop-2 -Dmaven.surefire.debug

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Attachment: HIVE-8737.1.patch Made a patch. [~jdere] can you review it? Thanks! setEnv is not

[jira] [Updated] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8737: Attachment: HIVE-8737.2.patch setEnv is not portable, which fails

[jira] [Commented] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows

2014-11-04 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14197272#comment-14197272 ] Xiaobing Zhou commented on HIVE-8737: - Made v2 and did code format adjustment. setEnv

[jira] [Commented] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194796#comment-14194796 ] Xiaobing Zhou commented on HIVE-8550: - [~leftylev] I think we can claim unicode

[jira] [Commented] (HIVE-8584) Setting hive.exec.orc.default.compress to ZLIB will lead to orc file size delta byte(s) shorter on Windows than Linux

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14194799#comment-14194799 ] Xiaobing Zhou commented on HIVE-8584: - Thanks [~leftylev], no docs need to be

[jira] [Commented] (HIVE-8715) Hive 14 upgrade scripts can fail for statistics if database was created using auto-create

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195331#comment-14195331 ] Xiaobing Zhou commented on HIVE-8715: - +1. Just tested mssql script, it works fine.

[jira] [Created] (HIVE-8717) Space character is not ascii encoded in golden file, which fails two unit tests.

2014-11-03 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-8717: --- Summary: Space character is not ascii encoded in golden file, which fails two unit tests. Key: HIVE-8717 URL: https://issues.apache.org/jira/browse/HIVE-8717 Project:

[jira] [Updated] (HIVE-8717) Space character is not ascii encoded in golden file, which fails several unit tests.

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8717: Summary: Space character is not ascii encoded in golden file, which fails several unit tests. (was:

[jira] [Updated] (HIVE-8717) Space character is not ascii encoded in golden file, which fails several unit tests.

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8717: Environment: Windows Space character is not ascii encoded in golden file, which fails several unit

[jira] [Updated] (HIVE-8717) PreExecutePrinter.printEntities behaves differently on Windows vs. Linux, which fails two UTs

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8717: Summary: PreExecutePrinter.printEntities behaves differently on Windows vs. Linux, which fails two

[jira] [Updated] (HIVE-8717) PreExecutePrinter.printEntities behaves differently on Windows vs. Linux, which fails two UTs

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8717: Description: repro: {noformat} mvn test -Phadoop-2

[jira] [Commented] (HIVE-8703) More Windows unit test fixes

2014-11-03 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195414#comment-14195414 ] Xiaobing Zhou commented on HIVE-8703: - +1, [~hagleitn] can you get this into trunk as

[jira] [Created] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-8695: --- Summary: TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages Key: HIVE-8695 URL: https://issues.apache.org/jira/browse/HIVE-8695 Project:

[jira] [Updated] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8695: Description: repo steps: {noformat} run mvn test -Phadoop-2

[jira] [Updated] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8695: Attachment: HIVE-8695.1.patch After check, this is a result of HIVE-8557. Made a patch. Can anyone

[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14193572#comment-14193572 ] Xiaobing Zhou commented on HIVE-8695: - [~thejas] is it safe to do this change in this

[jira] [Resolved] (HIVE-8584) Setting hive.exec.orc.default.compress to ZLIB will lead to orc file size delta byte(s) shorter on Windows than Linux

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou resolved HIVE-8584. - Resolution: Invalid Setting hive.exec.orc.default.compress to ZLIB will lead to orc file size

[jira] [Commented] (HIVE-8584) Setting hive.exec.orc.default.compress to ZLIB will lead to orc file size delta byte(s) shorter on Windows than Linux

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14193581#comment-14193581 ] Xiaobing Zhou commented on HIVE-8584: - Thanks all for comments. After deep

[jira] [Resolved] (HIVE-7276) BaseSemanticAnalyzer.unescapeSQLString fails to parse Windows like path

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou resolved HIVE-7276. - Resolution: Cannot Reproduce Resolved it since it's not reproducible any more.

[jira] [Commented] (HIVE-7511) Hive: output is incorrect if there are UTF-8 characters in where clause of a hive select query.

2014-11-01 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14193589#comment-14193589 ] Xiaobing Zhou commented on HIVE-7511: - This can be resolved by applying java options,

[jira] [Commented] (HIVE-8665) Fix misc unit tests on Windows

2014-10-31 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14192579#comment-14192579 ] Xiaobing Zhou commented on HIVE-8665: - [~thejas] can you get that committed to trunk

[jira] [Commented] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190433#comment-14190433 ] Xiaobing Zhou commented on HIVE-8550: - Yes [~jdere], tested both, see also review

[jira] [Commented] (HIVE-8668) mssql sql script has carriage returns

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190720#comment-14190720 ] Xiaobing Zhou commented on HIVE-8668: - [~hagleitn] Sorry for latency, just saw this

[jira] [Commented] (HIVE-8668) mssql sql script has carriage returns

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190729#comment-14190729 ] Xiaobing Zhou commented on HIVE-8668: - Actually I just executed queries in

[jira] [Commented] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14190736#comment-14190736 ] Xiaobing Zhou commented on HIVE-8550: - Thanks [~hagleitn]. We can put a hold on 0.14

[jira] [Commented] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14191083#comment-14191083 ] Xiaobing Zhou commented on HIVE-8550: - Confirmed two concerns from [~jdere]: 1. legacy

[jira] [Updated] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8550: Attachment: HIVE-8550.0.14.1.patch Made a patch for 0.14. [~hagleitn] can you get that into 0.14,

[jira] [Updated] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-28 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8550: Attachment: HIVE-8550.1.patch Made a patch. Can anyone please review it? Thanks! Hive cannot load

[jira] [Updated] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-28 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8550: Attachment: HIVE-8550.2.patch Made the 2nd patch! Considered 0.14 fresh install. Hive cannot load

[jira] [Updated] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-28 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HIVE-8550: Status: Patch Available (was: In Progress) Hive cannot load data into partitioned table with

[jira] [Work started] (HIVE-8550) Hive cannot load data into partitioned table with Unicode key

2014-10-28 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-8550 started by Xiaobing Zhou. --- Hive cannot load data into partitioned table with Unicode key

  1   2   3   >