如何利用kettle官网查找关于carte服务的设置(一)

2015-07-24 07:02:37 · 作者: · 浏览: 6

利用Kettle社区查找资料:举例:查找关于carte服务的配置

搜索kettle,进入kettle社区,如下:

\

\

进入社区网站后,找到kettle的document选项,点击,如下:

\

下拉到最低端,查找你要搜索的关键项,点击进入即可,如下:

\

接下来就是相信的介绍如何在win下配置carte服务的方法,如下:

\

内容摘录如下:

?

There are some use cases to run Carte as a Windows Service:

· When Carte instances are running using a command window, anyone by mistake could close the instance and Carte will go down.

· The Carte.bat command window is tied to the user session that called the batch file and needs to be kept logged in.

· With a Windows Service you can start the Carte service at machine startup and also configure it to restart after a crash.

After you completed the below instructions, you are able to get Carte running as a Windows service like this:

\

Installation Instructions

1. Download YAJSW (Yet Another Java Service Wrapper) from Sourceforge:http://sourceforge.net/projects/yajsw/files/ (these instructions were written and tested against YAJSW version 11.03)

2. Unzip the file into a suitable folder, e.g. C:\Pentaho\CarteService.Note: This should not be created below any other Pentaho Kettle folder since it is independent of the Pentaho Kettle Version and makes it easy to upgrade to future Kettle versions (see also chapter "Upgrade Instructions").

3. When you unzipped YAJSW, you have e.g. a folder C:\Pentaho\CarteService\yajsw-stable-11.03. We recommend torename this folder to C:\Pentaho\CarteService\default. The reason for this is the possibility of having multiple configurations on one machine, see chapter "Multiple Instances of Carte on one Machine". Another reason is that you do not need to change any references to this folder in case you upgrade to a later YAJSW version.Note: We will reference the YAJSW directory in the following instructions as .

4. Download the preparedwrapper.conf configuration file (attachment to this Page).

5. Copy the downloaded wrapper.conf to \conf\wrapper.conf (replace the existing one).

6. Edit the wrapper.conf with a text editor and change the following entries manually (you can search for your convenience for the markers ###InstallerOrModify### within the file):

Parameter

Sample

Description / Notes

wrapper.working.dir

C:/Pentaho/pdi-ee-4.3.0-GA/data-integration

The working directory of Carte. Please mind to changeback slashes to forward slashes or double back slashes in the file path!
Note: If you defined OS environment variables you may access these directly within the configuration and use for this parameter. Windows environment variables are converted to lower case. Therefore even if you use e.g. PATH on your computer you have to
call ${path} in the configuration file.

wrapper.app.account

?

The user account the Carte service will run. When nothing is given here, it starts as the Local System account. Please check with your system administrator about the right user settings. Please mind toremove the leading '#' in case you enter a property here.

wrapper.app.password

?

Password for the given account. Please mind toremove the leading '#' in case you enter a property here.

wrapper.java.command

C:/Pentaho/BA-4.5.0-GA/java/bin/java.exe
or ${pentaho_java_home}/bin/java.exe

The Path to your java.exe. Please mind to changeback slashes to forward slashes or double back slashes in the file path!
Note: When you used the installer, a PENTAHO_JAVA_HOME system environment variable has been set. This variable can be used in this context but needs to be given in lower case.

wrapper.app.parameter.3

127.0.0.1

The Carte li