We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920141d commit 6a12b6cCopy full SHA for 6a12b6c
hadoop/administration/hortonworks/scripts/04setup_cluster/prepareNode.sh
@@ -46,8 +46,8 @@ sudo -c 'echo hdfs – nofile 32768 >> /etc/security/limits.conf'
46
sudo -c 'echo mapred – nofile 32768 >> /etc/security/limits.conf'
47
sudo -c 'echo hbase – nofile 32768 >> /etc/security/limits.conf'
48
sudo -c 'echo hdfs – nproc 32768 >> /etc/security/limits.conf'
49
-sudo -c 'echo mapred – nofile 32768 >> /etc/security/limits.conf'
50
-sudo -c 'echo hbase – nofile 32768 >> /etc/security/limits.conf'
+sudo -c 'echo mapred – nproc 32768 >> /etc/security/limits.conf'
+sudo -c 'echo hbase – nproc 32768 >> /etc/security/limits.conf'
51
52
echo -e "\n****************************"
53
echo "Prepare Nodes COMPLETE!"
0 commit comments