mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
Beeswax protocol has been due for deprecation in a long time. This patch remove BEESWAX from create_client_protocol_dimension(). This will limit protocol dimension to [HS2, HS2_HTTP] by default. It is still possible to include BEESWAX again for testing if DEFAULT_TEST_PROTOCOL env var is set to 'beeswax', such as: DEFAULT_TEST_PROTOCOL=beeswax impala-py.test custom_cluster/test_ipv6.py This patch does not disable beeswax server yet. Some tests that specifically test against beeswax protocol, such as test_beeswax.py, will continue to work. ImpalaTestSuite.beeswax_client also remain unchanged. Testing: Run following command and confirm that beeswax protocol is skipped. impala-py.test --collect-only --exploration=exhaustive \ custom_cluster/test_ipv6.py Change-Id: I3cff79f59305b5d44944804ed1f1b92838575495 Reviewed-on: http://gerrit.cloudera.org:8080/23076 Reviewed-by: Jason Fehr <jfehr@cloudera.com> Tested-by: Riza Suminto <riza.suminto@cloudera.com>