Member since
03-09-2018
13
Posts
0
Kudos Received
0
Solutions
05-02-2018
08:37 AM
@felix Albani i got this message i have the same probleme solr fails during install
... View more
03-12-2018
08:05 PM
I would suggest you use HDFS connect rather than Spark Streaming as it is more fault tolerant. Kafka Connect is built into the base Kafka libraries, but you need to compile and add HDFS Connect separately to the classpath of Connect. Build from here: https://github.com/confluentinc/kafka-connect-hdfs and use a tagged branch rather than master as the releases are publicly available libraries, not SNAPSHOT builds that require you to compile Kafka from source.
... View more
03-09-2018
11:26 AM
@maha Rm Ambari 2.2.0 is really too old. The latest ambari version is 2.6.1.5 So if you are planning to upgrade ambari then that is really best as it has many enhancements , better performance, and lots of bug fixes. https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-upgrade/content/ambari_upgrade_guide.html https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_support-matrices/content/ch_matrices-ambari.html#ambari_stack
... View more