- HDP-2.2 installed by Ambari
- Install HDFS Client
- Patience
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clean and create template for code | |
csvcut -n master_merged_clean-csv.csv | cut -c 6- | tr '[:upper:]' '[:lower:]' | tr ' ' '_' | tr '/' '_' | sed -e 's/^/String /' | sed -e 's/$/ = csvRecord.get(0);/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |