Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"FPGrowth in spark and docker"
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.
Tagged:
0
Answers
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