Usage/Deployment Instruction
Step 1: Open Putty for SSH
Step 2: Open Putty and Type <instance public IP> at “Host Name” and Type "ubuntu" as user name Password auto taken from PPK file
Step 3: Use following Linux command to start Streamset
Step 3.1: $ sudo vi /etc/hosts
Take the Private Ip address from your machine as per the below screenshot and then replace the second line of your command screen with that Private ip address


Step 3.2: Change ssh ‘ubuntu’ user to ‘root’
>> sudo su
>> cd /home/Ubuntu
Step 3.3: Change open file limit.
>> ulimit -n 40000

Step 3.4: Start StreamSets datacollector server.
>> streamsets-datacollector-3.0.0.0/bin/streamsets dc
Step 3.5: Now start Streamsets in the Browser.

Open the URL: http://<instance ip address>:18630/
IP address of the running EC2 instance.

Username: admin
Password: admin
Step 3.6: After login you will see the Streamsets Dashboard.
