Created 03-08-2017 08:32 AM
Can some one tell me how to install the mosquitto on hdp2.5 sandbox
Created 03-08-2017 06:52 PM
Created 03-08-2017 06:52 PM
Created 03-09-2017 05:06 AM
i think HDP 2.5 is Cent OS 6.8, will the above steps will be applicable to the HDP 2.5 sandbox ??
Created 03-13-2017 05:28 PM
Go to: https://mosquitto.org/download/ and follow Centos 6 instructions.
If this helps, please vote/accept best answer. Time spent to help should be appreciated.
Created 03-08-2017 07:55 PM
o install a Mosquitto MQTT Server on Centos7
yum -y install unzip
Step 1: Add the CentOS 7 mosquitto repository
cd /etc/yum.repos.d
wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/home:oojah:mqtt.repo
sudo yum update
Step 2: Install mosquitto & mosquitto-clients
sudo yum install -y mosquitto mosquitto-clients
Step 3: Run mosquitto
sudo su /usr/sbin/mosquitto -d -c /etc/mosquitto/mosquitto.conf > /var/log/mosquitto.log 2>&1
Created 03-09-2017 05:06 AM
i think HDP 2.5 is Cent OS 6.8, will the above steps will be applicable to the HDP 2.5 sandbox ??