Tim Armstrong has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/9173 )
Change subject: IMPALA-3271: organise and warn on removed startup flags ...................................................................... IMPALA-3271: organise and warn on removed startup flags Gather all the removed flags in a single place and establish consistent behaviour. If the flag is set, a warning is logged. GFlags are initialised before logging, so the warning goes to stderr instead of the WARNING log. Testing: Ran "start-impala-cluster.py --impalad_args=--enable_rm=true" and verified that the warning appeared in logs/cluster/impalad-error.log Cherry-picks: not for 2.x Change-Id: Ic9bb4792e1b18840aa85aa5d755a09f2b5461f34 --- M be/src/common/global-flags.cc M be/src/exec/exec-node.cc M be/src/exec/hdfs-scan-node-base.cc M be/src/exec/partitioned-hash-join-node.cc M be/src/rpc/thrift-server.cc M be/src/runtime/exec-env.cc M be/src/scheduling/query-schedule.cc M be/src/service/impala-server.cc M be/src/service/impalad-main.cc 9 files changed, 60 insertions(+), 47 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/9173/2 -- To view, visit http://gerrit.cloudera.org:8080/9173 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic9bb4792e1b18840aa85aa5d755a09f2b5461f34 Gerrit-Change-Number: 9173 Gerrit-PatchSet: 2 Gerrit-Owner: Tim Armstrong <[email protected]>
