The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Hello
I created a spark cluster on my pc via docker image, and I want to apply the FPGrowth on my data.
Can you give information about how to apply this algorithme from Rapidminer on my spark cluster, without using cloudera?
Thank you in advance.
Hi,
Spark is only supported when it is running on YARN. Radoop requires a Hadoop cluster that has YARN, HDFS and Hive on it.
But you can start such a cluster via docker similarly, you just need to find a Hadoop docker image that has Hive.
Best,
Peter