Yaniv Dary has uploaded a new change for review. Change subject: etl: rebased to use Talend DI v5.3.0 ......................................................................
etl: rebased to use Talend DI v5.3.0 Change-Id: Ic81fb21f607125d4c0bc13baf3e34e47d2cce6e2 Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M data-warehouse/history_etl/etl_sources/advancedPersistentLookupLib/pom.xml M data-warehouse/history_etl/etl_sources/historyETLProcedure/pom.xml M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtodaily_3_3/AggregationToDaily.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/aggregationtohourly_3_3/AggregationToHourly.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_3/ConfigurationSync.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/dailytimekeepingjob_3_3/DailyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/deletetimekeepingjob_3_3/DeleteTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historydelete_3_3/HistoryDelete.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/historyetl_3_3/HistoryETL.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hostconfigcheck_3_3/HostConfigCheck.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/hourlytimekeepingjob_3_3/HourlyTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/minimalversioncheck_3_3/MinimalVersionCheck.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/parallelrun_3_3/ParallelRun.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/samplerunjobs_3_3/SampleRunJobs.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/sampletimekeepingjob_3_3/SampleTimeKeepingJob.java M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/statisticssync_3_3/StatisticsSync.java M data-warehouse/history_etl/etl_sources/talendRoutines/pom.xml M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/DataOperation.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Mathematical.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Numeric.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/Relational.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/StringHandling.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendDataGenerator.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendDate.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/TalendString.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/AssertCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/BufferedOutput.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/Document.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/FastDateParser.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/FormatterUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/GlobalResource.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/LocaleProvider.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/LogCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/MetterCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/ParserUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/ResumeUtil.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RunStat.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RunTrace.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/RuntimeUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/SharedDBConnection.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/StatCatcherUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/StringUtils.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TDieException.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TRunJobException.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendDataSource.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThread.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThreadPool.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendThreadResult.java A data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TalendTimestampWithTZ.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/TypeConvert.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBConsumer.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBEndpointInfo.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBEndpointRegistry.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBJobInterruptedException.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/ESBProviderCallback.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/TalendESBJob.java M data-warehouse/history_etl/etl_sources/talendRoutines/src/main/java/routines/system/api/TalendESBJobFactory.java M data-warehouse/history_etl/tos_project/code/routines/system/DataOperation_0.1.item M data-warehouse/history_etl/tos_project/code/routines/system/DataOperation_0.1.properties M data-warehouse/history_etl/tos_project/code/routines/system/StringHandling_0.1.item M data-warehouse/history_etl/tos_project/code/routines/system/StringHandling_0.1.properties M data-warehouse/history_etl/tos_project/code/routines/system/TalendDate_0.1.item M data-warehouse/history_etl/tos_project/code/routines/system/TalendDate_0.1.properties M data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.3.item M data-warehouse/history_etl/tos_project/process/AggregationToDaily_3.3.properties M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.3.item M data-warehouse/history_etl/tos_project/process/AggregationToHourly_3.3.properties M data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.3.item M data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.3.properties M data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.3.item M data-warehouse/history_etl/tos_project/process/DailyTimeKeepingJob_3.3.properties M data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.3.item M data-warehouse/history_etl/tos_project/process/DeleteTimeKeepingJob_3.3.properties M data-warehouse/history_etl/tos_project/process/HistoryDelete_3.3.item M data-warehouse/history_etl/tos_project/process/HistoryDelete_3.3.properties M data-warehouse/history_etl/tos_project/process/HistoryETL_3.3.item M data-warehouse/history_etl/tos_project/process/HistoryETL_3.3.properties M data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.3.item M data-warehouse/history_etl/tos_project/process/HostConfigCheck_3.3.properties M data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.3.item M data-warehouse/history_etl/tos_project/process/HourlyTimeKeepingJob_3.3.properties M data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.item M data-warehouse/history_etl/tos_project/process/MinimalVersionCheck_3.3.properties M data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.item M data-warehouse/history_etl/tos_project/process/ParallelRun_3.3.properties M data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.3.item M data-warehouse/history_etl/tos_project/process/SampleRunJobs_3.3.properties M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.3.item M data-warehouse/history_etl/tos_project/process/SampleTimeKeepingJob_3.3.properties M data-warehouse/history_etl/tos_project/process/StatisticsSync_3.3.item M data-warehouse/history_etl/tos_project/process/StatisticsSync_3.3.properties M data-warehouse/history_etl/tos_project/talend.project M manifest/ovirt-engine-dwh-manifest.csv 93 files changed, 14,555 insertions(+), 9,131 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/94/15994/1 -- To view, visit http://gerrit.ovirt.org/15994 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic81fb21f607125d4c0bc13baf3e34e47d2cce6e2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches