Tim Armstrong has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12078


Change subject: Remove Python 2.4 workarounds in start-impala-cluster.py
......................................................................

Remove Python 2.4 workarounds in start-impala-cluster.py

The workarounds are:
* Trying to handle the json module not being present. That module was
  added in Python 2.6
* Trying to handle import failure of ImpalaCluster. It's less clear why
  this was necessary, but I can't see a reason why we wouldn't be able
  to import our own code that is used in many places in the tests.

Neither seems necessary at this point.

Testing:
Ran a build on CentOS 6 with Python 2.4 and confirmed that
it was able to start the cluster OK.

Change-Id: Ia28a7b75f2e2804834e5df57ef7998b360112e5c
---
M bin/start-impala-cluster.py
1 file changed, 9 insertions(+), 40 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/78/12078/1
--
To view, visit http://gerrit.cloudera.org:8080/12078
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia28a7b75f2e2804834e5df57ef7998b360112e5c
Gerrit-Change-Number: 12078
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong <[email protected]>

Reply via email to