[jira] [Commented] (IMPALA-8689) test_hive_impala_interop failing with "Timeout >7200s"

2021-02-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on IMPALA-8689:
-

Commit 1f7b413d11321bd74aaa1a9ea9ed30e4d80d in impala's branch 
refs/heads/master from Tim Armstrong
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1f7b413 ]

IMPALA-8721: re-enable test_hive_impala_interop

The test now passes because HIVE-21290 was fixed.

Revert "IMPALA-8689: test_hive_impala_interop failing with "Timeout >7200s""

This reverts commit 5d8c99ce74c45a7d04f11e1f252b346d654f02bf.

Change-Id: I7e2beabd7082a45a0fc3b60d318cf698079768ff
Reviewed-on: http://gerrit.cloudera.org:8080/17042
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> test_hive_impala_interop failing with "Timeout >7200s"
> --
>
> Key: IMPALA-8689
> URL: https://issues.apache.org/jira/browse/IMPALA-8689
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 3.3.0
>Reporter: Andrew Sherman
>Assignee: Abhishek Rawat
>Priority: Critical
>  Labels: broken-build
> Fix For: Impala 3.3.0
>
>
> I think this is the new test added in IMPALA-8617
> {code}
> custom_cluster/test_hive_parquet_codec_interop.py:78: in 
> test_hive_impala_interop
> .format(codec, hive_table, impala_table))
> common/impala_test_suite.py:871: in run_stmt_in_hive
> (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
> return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
> stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
> ready = poller.poll()
> E   Failed: Timeout >7200s
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (IMPALA-8689) test_hive_impala_interop failing with "Timeout >7200s"

2019-07-01 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on IMPALA-8689:
-

Commit 5d8c99ce74c45a7d04f11e1f252b346d654f02bf in impala's branch 
refs/heads/master from Abhishek Rawat
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5d8c99c ]

IMPALA-8689: test_hive_impala_interop failing with "Timeout >7200s"

The newly added Hive<->Impala interop test fails due to unexpected
wrong results when reading TimeStamp column value written by Hive.
The short term measure is to remove TimeStamp column from the interop
tests. The original issue will be fixed by IMPALA-8721.

Testing: Ran the testcase N number of times on both upstream and
downstream code base.

Change-Id: I148c79a31f9aada1b75614390434462d1e483f28
Reviewed-on: http://gerrit.cloudera.org:8080/13755
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> test_hive_impala_interop failing with "Timeout >7200s"
> --
>
> Key: IMPALA-8689
> URL: https://issues.apache.org/jira/browse/IMPALA-8689
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 3.3.0
>Reporter: Andrew Sherman
>Assignee: Abhishek Rawat
>Priority: Critical
>  Labels: broken-build
>
> I think this is the new test added in IMPALA-8617
> {code}
> custom_cluster/test_hive_parquet_codec_interop.py:78: in 
> test_hive_impala_interop
> .format(codec, hive_table, impala_table))
> common/impala_test_suite.py:871: in run_stmt_in_hive
> (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
> return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
> stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
> ready = poller.poll()
> E   Failed: Timeout >7200s
> {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-8689) test_hive_impala_interop failing with "Timeout >7200s"

2019-06-27 Thread Abhishek Rawat (JIRA)


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

Abhishek Rawat commented on IMPALA-8689:


Updating the testcase to not include timestamp column. IMPALA-8721 opened to 
fix this issue.

> test_hive_impala_interop failing with "Timeout >7200s"
> --
>
> Key: IMPALA-8689
> URL: https://issues.apache.org/jira/browse/IMPALA-8689
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 3.3.0
>Reporter: Andrew Sherman
>Assignee: Abhishek Rawat
>Priority: Critical
>  Labels: broken-build
>
> I think this is the new test added in IMPALA-8617
> {code}
> custom_cluster/test_hive_parquet_codec_interop.py:78: in 
> test_hive_impala_interop
> .format(codec, hive_table, impala_table))
> common/impala_test_suite.py:871: in run_stmt_in_hive
> (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
> return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
> stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
> ready = poller.poll()
> E   Failed: Timeout >7200s
> {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-8689) test_hive_impala_interop failing with "Timeout >7200s"

2019-06-20 Thread Tim Armstrong (JIRA)


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

Tim Armstrong commented on IMPALA-8689:
---

I ran into something like this locally on my system when the assertion inside 
the below function call fails:
{code}
verify_query_result_is_equal(test_result.data, base_result.data)
{code}

it seems to churn away forever trying to figure out what assert message should 
be printed.


> test_hive_impala_interop failing with "Timeout >7200s"
> --
>
> Key: IMPALA-8689
> URL: https://issues.apache.org/jira/browse/IMPALA-8689
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 3.3.0
>Reporter: Andrew Sherman
>Assignee: Abhishek Rawat
>Priority: Critical
>  Labels: broken-build
>
> I think this is the new test added in IMPALA-8617
> {code}
> custom_cluster/test_hive_parquet_codec_interop.py:78: in 
> test_hive_impala_interop
> .format(codec, hive_table, impala_table))
> common/impala_test_suite.py:871: in run_stmt_in_hive
> (stdout, stderr) = call.communicate()
> /usr/lib64/python2.7/subprocess.py:800: in communicate
> return self._communicate(input)
> /usr/lib64/python2.7/subprocess.py:1401: in _communicate
> stdout, stderr = self._communicate_with_poll(input)
> /usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
> ready = poller.poll()
> E   Failed: Timeout >7200s
> {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