Search code examples
etlpentaho

How to use pentaho kitchen to connect database repository?


How to use pentaho kitchen to connect my central database repository under commandline?


Solution

  • set up your connection in repositories.xml, you probably already have one of these if you have been using spoon. Make sure the repositories.xml exists in .kettle for the installation where you are running kitchen.

    then simply use these command line options:

    /rep "YOUR REPO NAME" /user "REPO USER" /pass "REPO PSS"