Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20647
Change subject: IMPALA-12516: Set HDFS limit based on memlock ...................................................................... IMPALA-12516: Set HDFS limit based on memlock With RHEL 8 on AWS Graviton instances, dfs.datanode.max.locked.memory=64000 is insufficient to run query_test/test_hdfs_caching.py::TestHdfsCaching::test_table_is_cached. Sets it based on 'ulimit -l', and sets memlock to 128 (KB) in bootstrap_system.sh. It may make sense to increase this limit later for better HDFS caching tests. Change-Id: I7722ddd0c7fbd9bbd1979503952b7522b808194a Test setting limits.d in bootstrap_system Change-Id: Ib8342143e7ecb9977ea6be4a9ff66aebc83d20bd --- M bin/bootstrap_system.sh M testdata/cluster/admin M testdata/cluster/node_templates/common/etc/hadoop/conf/hdfs-site.xml.tmpl 3 files changed, 17 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/20647/1 -- To view, visit http://gerrit.cloudera.org:8080/20647 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib8342143e7ecb9977ea6be4a9ff66aebc83d20bd Gerrit-Change-Number: 20647 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
