- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
mosquitto installation on hdp2.5
- Labels:
-
Hortonworks Data Platform (HDP)
Created ‎03-08-2017 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can some one tell me how to install the mosquitto on hdp2.5 sandbox
Created ‎03-08-2017 06:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-08-2017 06:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-09-2017 05:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i think HDP 2.5 is Cent OS 6.8, will the above steps will be applicable to the HDP 2.5 sandbox ??
