Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22582
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, 26 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/22582/1 -- 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: newchange Gerrit-Change-Id: I472d093eeaac97a380d444a1756b54f825b2d031 Gerrit-Change-Number: 22582 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <laszlo.g...@cloudera.com>