pentaho-kettle-master(1)

所属分类:Java编程
开发工具:Java
文件大小:27844KB
下载次数:4
上传日期:2019-12-03 13:54:36
上 传 者销售报表
说明:  The latest version of jeecgboot with online report

文件列表:
Carte-jmeter.jmx (140589, 2019-11-22)
LICENSE.txt (13366, 2019-11-22)
Translator.bat (2918, 2019-11-22)
assemblies (0, 2019-11-22)
assemblies\client (0, 2019-11-22)
assemblies\client\pom.xml (8497, 2019-11-22)
assemblies\client\src (0, 2019-11-22)
assemblies\client\src\assembly (0, 2019-11-22)
assemblies\client\src\assembly\assembly.xml (5048, 2019-11-22)
assemblies\client\src\main (0, 2019-11-22)
assemblies\client\src\main\resources (0, 2019-11-22)
assemblies\client\src\main\resources\drivers (0, 2019-11-22)
assemblies\core (0, 2019-11-22)
assemblies\core\client (0, 2019-11-22)
assemblies\core\client\pom.xml (6673, 2019-11-22)
assemblies\core\client\src (0, 2019-11-22)
assemblies\core\client\src\assembly (0, 2019-11-22)
assemblies\core\client\src\assembly\assembly.xml (3966, 2019-11-22)
assemblies\core\client\src\main (0, 2019-11-22)
assemblies\core\client\src\main\resources (0, 2019-11-22)
assemblies\core\client\src\main\resources\system (0, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf (0, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-kitchen (0, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-kitchen\org.pentaho.features.cfg (92, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-pan (0, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-pan\org.pentaho.features.cfg (91, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-scale (0, 2019-11-22)
assemblies\core\client\src\main\resources\system\karaf\etc-scale\org.pentaho.features.cfg (109, 2019-11-22)
assemblies\core\lib (0, 2019-11-22)
assemblies\core\lib\pom.xml (25432, 2019-11-22)
assemblies\core\lib\src (0, 2019-11-22)
assemblies\core\lib\src\assembly (0, 2019-11-22)
assemblies\core\lib\src\assembly\assembly.xml (544, 2019-11-22)
assemblies\core\pom.xml (710, 2019-11-22)
assemblies\core\static (0, 2019-11-22)
assemblies\core\static\pom.xml (593, 2019-11-22)
... ...

# Pentaho Data Integration # Pentaho Data Integration ( ETL ) a.k.a Kettle ### Project Structure * **assemblies:** Project distribution archive is produced under this module * **core:** Core implementation * **dbdialog:** Database dialog * **ui:** User interface * **engine:** PDI engine * **engine-ext:** PDI engine extensions * **[plugins:](plugins/README.md)** PDI core plugins * **integration:** Integration tests How to build -------------- Pentaho Data Integration uses the maven framework. #### Pre-requisites for building the project: * Maven, version 3+ * Java JDK 1.8 * This [settings.xml](https://raw.githubusercontent.com/pentaho/maven-parent-poms/master/maven-support-files/settings.xml) in your /.m2 directory #### Building it This is a maven project, and to build it use the following command ``` $ mvn clean install ``` Optionally you can specify -Drelease to trigger obfuscation and/or uglification (as needed) Optionally you can specify -Dmaven.test.skip=true to skip the tests (even though you shouldn't as you know) The build result will be a Pentaho package located in ```target```. #### Running the tests __Unit tests__ This will run all unit tests in the project (and sub-modules). To run integration tests as well, see Integration Tests below. ``` $ mvn test ``` If you want to remote debug a single java unit test (default port is 5005): ``` $ cd core $ mvn test -Dtest=<> -Dmaven.surefire.debug ``` __Integration tests__ In addition to the unit tests, there are integration tests that test cross-module operation. This will run the integration tests. ``` $ mvn verify -DrunITs ``` To run a single integration test: ``` $ mvn verify -DrunITs -Dit.test=<> ``` To run a single integration test in debug mode (for remote debugging in an IDE) on the default port of 5005: ``` $ mvn verify -DrunITs -Dit.test=<> -Dmaven.failsafe.debug ``` To skip test ``` $ mvn clean install -DskipTests ``` To get log as text file ``` $ mvn clean install test >log.txt ``` __IntelliJ__ * Don't use IntelliJ's built-in maven. Make it use the same one you use from the commandline. * Project Preferences -> Build, Execution, Deployment -> Build Tools -> Maven ==> Maven home directory ### Contributing 1. Submit a pull request, referencing the relevant [Jira case](https://jira.pentaho.com/secure/Dashboard.jspa) 2. Attach a Git patch file to the relevant [Jira case](https://jira.pentaho.com/secure/Dashboard.jspa) Use of the Pentaho checkstyle format (via `mvn checkstyle:check` and reviewing the report) and developing working Unit Tests helps to ensure that pull requests for bugs and improvements are processed quickly. When writing unit tests, you have at your disposal a couple of ClassRules that can be used to maintain a healthy test environment. Use [RestorePDIEnvironment](core/src/test/java/org/pentaho/di/junit/rules/RestorePDIEnvironment.java) and [RestorePDIEngineEnvironment](engine/src/test/java/org/pentaho/di/junit/rules/RestorePDIEngineEnvironment.java) for core and engine tests respectively. pex.: ```java public class MyTest { @ClassRule public static RestorePDIEnvironment env = new RestorePDIEnvironment(); #setUp()... @Test public void testSomething() { assertTrue( myMethod() ); } } ``` ### Asking for help Please go to https://community.hitachivantara.com/community/products-and-solutions/pentaho/ to ask questions and get help.

近期下载者

相关文件


收藏者