The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

"FPGrowth in spark and docker"

HelloLolaHelloLola Member Posts: 18 Contributor I
edited June 2019 in Help

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.

Answers

  • phellingerphellinger Employee-RapidMiner, Member Posts: 103 RM Engineering

    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

Sign In or Register to comment.