[jira] [Commented] (IMPALA-8678) ToSqlTest falures on S3 (from org.apache.impala.customservice.KuduHMSIntegrationTest

2019-06-19 Thread Andrew Sherman (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-8678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867880#comment-16867880
 ] 

Andrew Sherman commented on IMPALA-8678:


[~hahao] if you look at the downstream Jira you can see more information

> ToSqlTest falures on S3 (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest
> 
>
> Key: IMPALA-8678
> URL: https://issues.apache.org/jira/browse/IMPALA-8678
> Project: IMPALA
>  Issue Type: Bug
>Reporter: Andrew Sherman
>Assignee: Hao Hao
>Priority: Critical
>  Labels: broken-build
>
> On S3 tests we get failures in 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> {code}
> org.junit.ComparisonFailure: expected:<... month=2) LOCATION 
> '[hdfs://localhost:20500]/y2050m2'> but was:<... month=2) LOCATION 
> '[s3a://impala-test-uswest2-2]/y2050m2'>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:95)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:82)
>   at 
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest(ToSqlTest.java:1269)
> {code}
> {code}
> org.junit.ComparisonFailure: expected:<...ult.p LIKE PARQUET 
> '[hdfs://localhost:20500]/test-warehouse/sche...> but was:<...ult.p LIKE 
> PARQUET '[s3a://impala-test-uswest2-2]/test-warehouse/sche...>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile(ToSqlTest.java:386)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-8678) ToSqlTest falures on S3 (from org.apache.impala.customservice.KuduHMSIntegrationTest

2019-06-19 Thread Hao Hao (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-8678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867878#comment-16867878
 ] 

Hao Hao commented on IMPALA-8678:
-

Hmm, this is weird, because these tests are not supposed to run on S3 and 
should be disabled 
(https://github.com/apache/impala/blob/master/bin/run-all-tests.sh#L249). Were 
you using the latest master? 

> ToSqlTest falures on S3 (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest
> 
>
> Key: IMPALA-8678
> URL: https://issues.apache.org/jira/browse/IMPALA-8678
> Project: IMPALA
>  Issue Type: Bug
>Reporter: Andrew Sherman
>Assignee: Hao Hao
>Priority: Critical
>
> On S3 tests we get failures in 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> {code}
> org.junit.ComparisonFailure: expected:<... month=2) LOCATION 
> '[hdfs://localhost:20500]/y2050m2'> but was:<... month=2) LOCATION 
> '[s3a://impala-test-uswest2-2]/y2050m2'>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:95)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:82)
>   at 
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest(ToSqlTest.java:1269)
> {code}
> {code}
> org.junit.ComparisonFailure: expected:<...ult.p LIKE PARQUET 
> '[hdfs://localhost:20500]/test-warehouse/sche...> but was:<...ult.p LIKE 
> PARQUET '[s3a://impala-test-uswest2-2]/test-warehouse/sche...>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile(ToSqlTest.java:386)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-8678) ToSqlTest falures on S3 (from org.apache.impala.customservice.KuduHMSIntegrationTest

2019-06-18 Thread Andrew Sherman (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-8678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867074#comment-16867074
 ] 

Andrew Sherman commented on IMPALA-8678:


[~hahao] please can you take a look please as you touched 
KuduHMSIntegrationTest.

> ToSqlTest falures on S3 (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest
> 
>
> Key: IMPALA-8678
> URL: https://issues.apache.org/jira/browse/IMPALA-8678
> Project: IMPALA
>  Issue Type: Bug
>Reporter: Andrew Sherman
>Assignee: Hao Hao
>Priority: Critical
>
> On S3 tests we get failures in 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest (from 
> org.apache.impala.customservice.KuduHMSIntegrationTest)
> {code}
> org.junit.ComparisonFailure: expected:<... month=2) LOCATION 
> '[hdfs://localhost:20500]/y2050m2'> but was:<... month=2) LOCATION 
> '[s3a://impala-test-uswest2-2]/y2050m2'>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:95)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:82)
>   at 
> org.apache.impala.analysis.ToSqlTest.alterTableAddPartitionTest(ToSqlTest.java:1269)
> {code}
> {code}
> org.junit.ComparisonFailure: expected:<...ult.p LIKE PARQUET 
> '[hdfs://localhost:20500]/test-warehouse/sche...> but was:<...ult.p LIKE 
> PARQUET '[s3a://impala-test-uswest2-2]/test-warehouse/sche...>
>   at org.junit.Assert.assertEquals(Assert.java:115)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:123)
>   at org.apache.impala.analysis.ToSqlTest.testToSql(ToSqlTest.java:105)
>   at 
> org.apache.impala.analysis.ToSqlTest.TestCreateTableLikeFile(ToSqlTest.java:386)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org