Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22582
to look at the new patch set (#2).
Change subject: IMPALA-13826: Replace imp with importlib in the config generator
......................................................................
IMPALA-13826: Replace imp with importlib in the config generator
because the imp package is deprecated in Python 3.
The template generator uses a single call to imp.load_source, which was
replaced with an example published in Python's official documentation.
Change-Id: I472d093eeaac97a380d444a1756b54f825b2d031
---
M bin/generate_xml_config.py
1 file changed, 28 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/22582/2
--
To view, visit http://gerrit.cloudera.org:8080/22582
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I472d093eeaac97a380d444a1756b54f825b2d031
Gerrit-Change-Number: 22582
Gerrit-PatchSet: 2
Gerrit-Owner: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>