create index IDX_T_KETTLE_JOB_LOG_TABLE_2 on T_KETTLE_JOB_LOG (ERRORS, STATUS, JOBNAME) tablespace RHIN_CDR; create index IDX_T_KETTLE_JOB_LOG_TABLE_3 on T_KETTLE_JOB_LOG (JOBNAME, LOGDATE) tablespace RHIN_CDR; create index IDX_T_KETTLE_JOB_LOG_TABLE_4 on T_KETTLE_JOB_LOG (CH...
"rcAppId": "a637725d-aabb-41e3-8128-713dd06f0b76", "结果": "拒绝", "备注": "征信不良记录", "费率": "0.009900" }, "持久化数据": { "lastModifiedTime": "2018-03-30 15:49:06", "bizDate": "2018-03-30", "errorCode": "", "productRcvId": 8, "rawData": { "request": ...
[] = destination_filefolder; String vwildcard[] = wildcard; if(iffileexists.equals(move_file)){ if(Const.isEmpty(MoveToFolder)){ logError(toString(), BaseMessages.getString(PKG, JobSymmetricEncryptFiles.Log.Error.MoveToFolderMissing)); return result; } FileObject folder = null; try{ ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up ...
(1)HadoopFileInputMeta.java 解决属性读取不到问题。方法loadSourceRep里修改如下: (2) KettleDatabaseRepositoryStepDelegate.java 方法loadStepMeta里修改如下: if ( sp == null ) { stepMeta.setStepMetaInterface( new MissingTrans( stepMeta.getName(), stepMeta.getStepID() ) ); ...
return xsdfilename; } public boolean isAllowExternalEntities() { return allowExternalEntities; } public void setAllowExternalEntities( boolean allowExternalEntities ) { this.allowExternalEntities = allowExternalEntities; } public List<ResourceReference> getResourceDependencies( JobMeta jobMeta ) { List<...
be.ibridge.kettle.core.LastUsedFile.class be.ibridge.kettle.core.LocalVariables.class be.ibridge.kettle.core.LogWriter.class be.ibridge.kettle.core.ManagedColor.class be.ibridge.kettle.core.ManagedFont.class be.ibridge.kettle.core.Messages.class be.ibridge.kettle.core.NotePadMeta.class be.i...
// log.logError( "Error found while reading step plugin.xml file: " + file.getName().toString(), e ); } } } } } Example #9Source File: JobEntryPluginType.java From pentaho-kettle with Apache License 2.0 6 votes protected void registerXmlPlugins() throws KettlePluginException { for...
Source File: MissingPluginTransIT.java From pentaho-kettle with Apache License 2.0 6 votes /** * Given a transformation having a step which's plugin is missing in current Kettle installation. * When this transformation is executed, then execution should fail. */ @Test public void testFor...
StepMetaInterface 这个接口允许自定义步骤交谈 Kettle 18 StepPartitioningMeta 步分区元 19 StepStatus 状态模块序号 模块名称 备注说明 1 AbstractFileErrorHandler 2 CompositeFileErrorHandler 3 FileErrorHandler 4 FileErrorHandlerContentLineNumber 5 FileErrorHandlerMissingFiles 6 Messages 摘要文件错误处理综合...