-
Notifications
You must be signed in to change notification settings - Fork 0
StreamSets
youdar edited this page Feb 24, 2017
·
16 revisions
Cloudera Manager -> HDFS -> Configuration
Than in the "Cluster-wide Advanced Configuration Snippet (Safety Valve) for core-site.xml"
add:
<property>
<name>hadoop.proxyuser.sdc.hosts</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.sdc.groups</name>
<value>*</value>
</property>
Then restart the cluster
The Hadoop need to have the Kafka IPs info in /etc/hosts
Add to /etc/hosts
x.x.x.x <host1>.domain_name.com <host1>
y.y.y.y <host2> <host2>.domain_name.com
z.z.z.z <host3> <host3>.domain_name.com
In Cloudera CDH type deployment :
$SDC_DIST = /opt/cloudera/parcels/STREAMSETS_DATACOLLECTOR/