我是 Kettle 的新手,需要一些帮助来正确设置它。我试图将 Kettle 指向一个 SVN 存储库。现在,我只有以下文件夹。
D:\ETL\data-integration\
D:\ETL\.kettle\
D:\ETL\Kettle-custom\
D:\ETL\scripts\
D:\ETL\logs\
数据集成文件夹是从 pdi-ce-4.3.0-stable.zip 中提取的。
在 D:\ETL.kettle\repositories.xml 中,我指向 D:\ETL\Kettle-custom\
<?xml version="1.0" encoding="UTF-8"?>
<repositories>
<repository>
<id>KettleFileRepository</id>
<name>3</name>
<description>custom_import</description>
<base_directory>D:\ETL\Kettle-custom</base_directory>
<read_only>N</read_only>
<hides_hidden_files>N</hides_hidden_files>
</repository>
</repositories>
我有一个名为“etl”的 SVN 存储库和一个名为“kettle”的项目。
https://mydomain:8443/svn/etl/kettle/trunk
此时,我收到此弹出窗口,但我不确定“管理员”密码是什么,或者在此之后该怎么做。我首先想将 Kettle 连接到这个文件夹。但如果可能的话,我也想将它连接到 SVN。你能向我解释的任何事情都会有所帮助。