In my company we have an Hadoop based ETL solution. These are some of the steps being invoked in our data-flow:
- Exporting data from SQL Server
- Importing into Hive
- Applying transformations etc
- Storing processed data into Solr
Our goal is to be able to manage the entire ETL process from Spoon. To achieve that I have been trying to use carte server in order to execute spoon jobs remotely. The problem is that currently I dont see any "Slave server" option under the View panel of Spoon. I am using Community Edition and version 7.1. Is that a feature of EE or am I missing some configuration?
Thanks in advance