(1) StreamSets Data Collector Installation

https://streamsets.com/documentation/datacollector/latest/help/index.html#Installation/Installing_the_DC.html#task_bt1_zcp_kq

(2) Unpack the file at HDP sandbox

cd /root/TrainingOnHDP/
tar xvzf streamsets-datacollector-all-3.0.0.0.tgz

(3) Open sdc.properties at /root/TrainingOnHDP/streamsets-datacollector-3.0.0.0/etcand make the following port change

http.port=16030

(4) Run Data Collector

streamsets-datacollector-3.0.0.0/bin/streamsets dc

(5) Browse to http://localhost:16030/

The default username and password are “admin” and “admin”.