Skip to content

Commit 6a12b6c

Browse files
committed
1 parent 920141d commit 6a12b6c

File tree

1 file changed

+2
-2
lines changed
  • hadoop/administration/hortonworks/scripts/04setup_cluster

1 file changed

+2
-2
lines changed

hadoop/administration/hortonworks/scripts/04setup_cluster/prepareNode.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ sudo -c 'echo hdfs – nofile 32768 >> /etc/security/limits.conf'
4646
sudo -c 'echo mapred – nofile 32768 >> /etc/security/limits.conf'
4747
sudo -c 'echo hbase – nofile 32768 >> /etc/security/limits.conf'
4848
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'
49+
sudo -c 'echo mapred – nproc 32768 >> /etc/security/limits.conf'
50+
sudo -c 'echo hbase – nproc 32768 >> /etc/security/limits.conf'
5151

5252
echo -e "\n****************************"
5353
echo "Prepare Nodes COMPLETE!"

0 commit comments

Comments
 (0)