OOZIE-1966 Fix Headers in java code (shwethags via rkanter)
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/ec41c735 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/ec41c735 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/ec41c735 Branch: refs/remotes/trunk Commit: ec41c735c9d7469f142fe2a102f7817f944a4aff Parents: d1caebb Author: Robert Kanter <[email protected]> Authored: Tue Sep 2 11:53:24 2014 -0700 Committer: Robert Kanter <[email protected]> Committed: Tue Sep 2 11:53:24 2014 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/oozie/AppType.java | 1 + .../main/java/org/apache/oozie/BuildInfo.java | 5 ++- .../java/org/apache/oozie/cli/CLIParser.java | 5 ++- .../java/org/apache/oozie/cli/OozieCLI.java | 1 + .../org/apache/oozie/cli/OozieCLIException.java | 5 ++- .../apache/oozie/client/AuthOozieClient.java | 1 + .../org/apache/oozie/client/BulkResponse.java | 1 + .../java/org/apache/oozie/client/BundleJob.java | 5 ++- .../apache/oozie/client/CoordinatorAction.java | 5 ++- .../org/apache/oozie/client/CoordinatorJob.java | 5 ++- .../apache/oozie/client/JMSConnectionInfo.java | 1 + .../oozie/client/JMSConnectionInfoWrapper.java | 1 + .../main/java/org/apache/oozie/client/Job.java | 5 ++- .../org/apache/oozie/client/OozieClient.java | 1 + .../oozie/client/OozieClientException.java | 5 ++- .../java/org/apache/oozie/client/SLAEvent.java | 1 + .../org/apache/oozie/client/WorkflowAction.java | 5 ++- .../org/apache/oozie/client/WorkflowJob.java | 5 ++- .../org/apache/oozie/client/XOozieClient.java | 1 + .../org/apache/oozie/client/event/Event.java | 1 + .../org/apache/oozie/client/event/JobEvent.java | 1 + .../org/apache/oozie/client/event/SLAEvent.java | 1 + .../client/event/jms/JMSHeaderConstants.java | 1 + .../client/event/jms/JMSMessagingUtils.java | 3 +- .../event/jms/JSONMessageDeserializer.java | 1 + .../client/event/jms/MessageDeserializer.java | 3 +- .../event/message/CoordinatorActionMessage.java | 1 + .../client/event/message/EventMessage.java | 1 + .../oozie/client/event/message/JobMessage.java | 1 + .../oozie/client/event/message/SLAMessage.java | 1 + .../event/message/WorkflowJobMessage.java | 1 + .../org/apache/oozie/client/rest/JsonTags.java | 1 + .../apache/oozie/client/rest/JsonToBean.java | 1 + .../org/apache/oozie/client/rest/JsonUtils.java | 5 ++- .../apache/oozie/client/rest/RestConstants.java | 1 + .../org/apache/oozie/cli/TestCLIParser.java | 1 + .../apache/oozie/cli/TestOozieCLIMethods.java | 1 + .../org/apache/oozie/cli/TestValidation.java | 1 + .../oozie/client/rest/TestJsonToBean.java | 1 + .../apache/oozie/client/rest/TestJsonUtils.java | 5 ++- .../main/java/org/apache/oozie/BaseEngine.java | 1 + .../org/apache/oozie/BaseEngineException.java | 5 ++- .../main/java/org/apache/oozie/BinaryBlob.java | 1 + .../java/org/apache/oozie/BulkResponseInfo.java | 1 + .../java/org/apache/oozie/BundleActionBean.java | 1 + .../java/org/apache/oozie/BundleEngine.java | 1 + .../org/apache/oozie/BundleEngineException.java | 5 ++- .../java/org/apache/oozie/BundleJobBean.java | 1 + .../java/org/apache/oozie/BundleJobInfo.java | 5 ++- .../org/apache/oozie/CoordinatorActionBean.java | 1 + .../org/apache/oozie/CoordinatorActionInfo.java | 5 ++- .../org/apache/oozie/CoordinatorEngine.java | 1 + .../oozie/CoordinatorEngineException.java | 5 ++- .../org/apache/oozie/CoordinatorJobBean.java | 1 + .../org/apache/oozie/CoordinatorJobInfo.java | 5 ++- .../java/org/apache/oozie/DagELFunctions.java | 1 + .../main/java/org/apache/oozie/DagEngine.java | 1 + .../org/apache/oozie/DagEngineException.java | 5 ++- .../main/java/org/apache/oozie/ErrorCode.java | 1 + .../java/org/apache/oozie/FaultInjection.java | 5 ++- .../java/org/apache/oozie/LocalOozieClient.java | 5 ++- .../org/apache/oozie/LocalOozieClientCoord.java | 1 + .../java/org/apache/oozie/SLAEventBean.java | 1 + .../main/java/org/apache/oozie/StringBlob.java | 1 + .../org/apache/oozie/WorkflowActionBean.java | 1 + .../java/org/apache/oozie/WorkflowJobBean.java | 1 + .../java/org/apache/oozie/WorkflowsInfo.java | 5 ++- .../main/java/org/apache/oozie/XException.java | 5 ++- .../org/apache/oozie/action/ActionExecutor.java | 5 ++- .../oozie/action/ActionExecutorException.java | 5 ++- .../control/ControlNodeActionExecutor.java | 1 + .../oozie/action/control/EndActionExecutor.java | 1 + .../action/control/ForkActionExecutor.java | 1 + .../action/control/JoinActionExecutor.java | 1 + .../action/control/KillActionExecutor.java | 1 + .../action/control/StartActionExecutor.java | 1 + .../action/decision/DecisionActionExecutor.java | 5 ++- .../oozie/action/email/EmailActionExecutor.java | 1 + .../action/hadoop/CredentialException.java | 5 ++- .../apache/oozie/action/hadoop/Credentials.java | 5 ++- .../action/hadoop/CredentialsProperties.java | 5 ++- .../action/hadoop/CredentialsProvider.java | 5 ++- .../action/hadoop/DistcpActionExecutor.java | 1 + .../oozie/action/hadoop/FsActionExecutor.java | 1 + .../oozie/action/hadoop/FsELFunctions.java | 5 ++- .../action/hadoop/HCatCredentialHelper.java | 1 + .../oozie/action/hadoop/HCatCredentials.java | 5 ++- .../oozie/action/hadoop/HadoopELFunctions.java | 5 ++- .../oozie/action/hadoop/HbaseCredentials.java | 1 + .../oozie/action/hadoop/HiveActionExecutor.java | 3 +- .../oozie/action/hadoop/JavaActionExecutor.java | 1 + .../action/hadoop/LauncherMapperHelper.java | 1 + .../action/hadoop/MapReduceActionExecutor.java | 1 + .../oozie/action/hadoop/OozieJobInfo.java | 1 + .../oozie/action/hadoop/PigActionExecutor.java | 1 + .../hadoop/ScriptLanguageActionExecutor.java | 1 + .../action/hadoop/ShellActionExecutor.java | 1 + .../action/hadoop/SqoopActionExecutor.java | 3 +- .../action/oozie/SubWorkflowActionExecutor.java | 5 ++- .../oozie/action/ssh/SshActionExecutor.java | 1 + .../oozie/client/rest/BulkResponseImpl.java | 1 + .../client/rest/JMSConnectionInfoBean.java | 1 + .../org/apache/oozie/client/rest/JsonBean.java | 5 ++- .../apache/oozie/client/rest/JsonSLAEvent.java | 1 + .../apache/oozie/command/BulkJobsXCommand.java | 1 + .../apache/oozie/command/CommandException.java | 5 ++- .../oozie/command/IgnoreTransitionXCommand.java | 1 + .../oozie/command/KillTransitionXCommand.java | 1 + .../command/MaterializeTransitionXCommand.java | 5 ++- .../oozie/command/PauseTransitionXCommand.java | 5 ++- .../oozie/command/PreconditionException.java | 5 ++- .../org/apache/oozie/command/PurgeXCommand.java | 1 + .../oozie/command/RerunTransitionXCommand.java | 1 + .../oozie/command/ResumeTransitionXCommand.java | 1 + .../oozie/command/StartTransitionXCommand.java | 5 ++- .../oozie/command/StatusUpdateXCommand.java | 5 ++- .../oozie/command/SubmitTransitionXCommand.java | 5 ++- .../command/SuspendTransitionXCommand.java | 1 + .../oozie/command/TransitionXCommand.java | 1 + .../command/UnpauseTransitionXCommand.java | 5 ++- .../java/org/apache/oozie/command/XCommand.java | 1 + .../command/bundle/BundleJobChangeXCommand.java | 3 +- .../command/bundle/BundleJobException.java | 5 ++- .../command/bundle/BundleJobResumeXCommand.java | 1 + .../bundle/BundleJobSuspendXCommand.java | 1 + .../oozie/command/bundle/BundleJobXCommand.java | 5 ++- .../command/bundle/BundleJobsXCommand.java | 5 ++- .../command/bundle/BundleKillXCommand.java | 1 + .../command/bundle/BundlePauseXCommand.java | 5 ++- .../command/bundle/BundleRerunXCommand.java | 1 + .../command/bundle/BundleStartXCommand.java | 1 + .../bundle/BundleStatusUpdateXCommand.java | 3 +- .../command/bundle/BundleSubmitXCommand.java | 1 + .../command/bundle/BundleUnpauseXCommand.java | 5 ++- .../command/coord/CoordActionCheckXCommand.java | 1 + .../command/coord/CoordActionInfoXCommand.java | 1 + .../coord/CoordActionInputCheckXCommand.java | 1 + .../coord/CoordActionNotificationXCommand.java | 5 ++- .../command/coord/CoordActionReadyXCommand.java | 1 + .../command/coord/CoordActionSkipXCommand.java | 1 + .../command/coord/CoordActionStartXCommand.java | 1 + .../coord/CoordActionTimeOutXCommand.java | 1 + .../CoordActionUpdatePushMissingDependency.java | 1 + .../coord/CoordActionUpdateXCommand.java | 1 + .../coord/CoordActionsIgnoreXCommand.java | 1 + .../command/coord/CoordActionsKillXCommand.java | 1 + .../command/coord/CoordChangeXCommand.java | 3 +- .../oozie/command/coord/CoordCommandUtils.java | 1 + .../oozie/command/coord/CoordJobXCommand.java | 1 + .../oozie/command/coord/CoordJobsXCommand.java | 5 ++- .../oozie/command/coord/CoordKillXCommand.java | 1 + .../CoordMaterializeTransitionXCommand.java | 1 + .../oozie/command/coord/CoordPauseXCommand.java | 5 ++- .../coord/CoordPushDependencyCheckXCommand.java | 1 + .../oozie/command/coord/CoordRerunXCommand.java | 1 + .../command/coord/CoordResumeXCommand.java | 1 + .../command/coord/CoordSubmitXCommand.java | 1 + .../command/coord/CoordSuspendXCommand.java | 1 + .../command/coord/CoordUnpauseXCommand.java | 5 ++- .../command/coord/CoordUpdateXCommand.java | 1 + .../command/coord/CoordinatorXCommand.java | 1 + .../oozie/command/coord/SLAEventsXCommand.java | 1 + .../oozie/command/wf/ActionCheckXCommand.java | 1 + .../oozie/command/wf/ActionEndXCommand.java | 1 + .../oozie/command/wf/ActionKillXCommand.java | 1 + .../oozie/command/wf/ActionStartXCommand.java | 1 + .../apache/oozie/command/wf/ActionXCommand.java | 5 ++- .../command/wf/CompletedActionXCommand.java | 1 + .../oozie/command/wf/DefinitionXCommand.java | 5 ++- .../oozie/command/wf/ExternalIdXCommand.java | 5 ++- .../apache/oozie/command/wf/JobXCommand.java | 5 ++- .../apache/oozie/command/wf/JobsXCommand.java | 5 ++- .../apache/oozie/command/wf/KillXCommand.java | 1 + .../oozie/command/wf/NotificationXCommand.java | 5 ++- .../apache/oozie/command/wf/ReRunXCommand.java | 1 + .../apache/oozie/command/wf/ResumeXCommand.java | 1 + .../apache/oozie/command/wf/SignalXCommand.java | 1 + .../apache/oozie/command/wf/StartXCommand.java | 1 + .../oozie/command/wf/SubmitHiveXCommand.java | 1 + .../oozie/command/wf/SubmitHttpXCommand.java | 5 ++- .../oozie/command/wf/SubmitMRXCommand.java | 5 ++- .../oozie/command/wf/SubmitPigXCommand.java | 7 +-- .../wf/SubmitScriptLanguageXCommand.java | 1 + .../oozie/command/wf/SubmitSqoopXCommand.java | 1 + .../apache/oozie/command/wf/SubmitXCommand.java | 1 + .../oozie/command/wf/SuspendXCommand.java | 1 + .../apache/oozie/command/wf/WfEndXCommand.java | 5 ++- .../command/wf/WorkflowActionInfoXCommand.java | 5 ++- .../oozie/command/wf/WorkflowXCommand.java | 1 + .../apache/oozie/compression/CodecFactory.java | 1 + .../oozie/compression/CompressionCodec.java | 1 + .../oozie/compression/GzipCompressionCodec.java | 1 + .../apache/oozie/coord/CoordELConstants.java | 5 ++- .../apache/oozie/coord/CoordELEvaluator.java | 1 + .../apache/oozie/coord/CoordELFunctions.java | 1 + .../java/org/apache/oozie/coord/CoordUtils.java | 1 + .../oozie/coord/CoordinatorJobException.java | 5 ++- .../org/apache/oozie/coord/HCatELFunctions.java | 3 +- .../org/apache/oozie/coord/SyncCoordAction.java | 5 ++- .../apache/oozie/coord/SyncCoordDataset.java | 5 ++- .../java/org/apache/oozie/coord/TimeUnit.java | 1 + .../oozie/dependency/ActionDependency.java | 1 + .../oozie/dependency/DependencyChecker.java | 1 + .../apache/oozie/dependency/FSURIHandler.java | 1 + .../apache/oozie/dependency/HCatURIHandler.java | 1 + .../org/apache/oozie/dependency/URIHandler.java | 1 + .../oozie/dependency/URIHandlerException.java | 1 + .../hcat/EhcacheHCatDependencyCache.java | 1 + .../dependency/hcat/HCatDependencyCache.java | 1 + .../dependency/hcat/HCatMessageHandler.java | 1 + .../hcat/SimpleHCatDependencyCache.java | 1 + .../oozie/dependency/hcat/WaitingAction.java | 1 + .../oozie/dependency/hcat/WaitingActions.java | 1 + .../org/apache/oozie/event/BundleJobEvent.java | 1 + .../oozie/event/CoordinatorActionEvent.java | 1 + .../apache/oozie/event/CoordinatorJobEvent.java | 1 + .../java/org/apache/oozie/event/EventQueue.java | 1 + .../apache/oozie/event/MemoryEventQueue.java | 1 + .../apache/oozie/event/WorkflowActionEvent.java | 1 + .../apache/oozie/event/WorkflowJobEvent.java | 1 + .../oozie/event/listener/JobEventListener.java | 1 + .../event/messaging/JSONMessageSerializer.java | 1 + .../oozie/event/messaging/MessageFactory.java | 1 + .../event/messaging/MessageSerializer.java | 1 + .../oozie/executor/jpa/BatchQueryExecutor.java | 1 + .../executor/jpa/BinaryBlobValueHandler.java | 1 + .../oozie/executor/jpa/BulkJPAExecutor.java | 1 + .../jpa/BundleActionGetJPAExecutor.java | 5 ++- .../jpa/BundleActionInsertJPAExecutor.java | 5 ++- .../executor/jpa/BundleActionQueryExecutor.java | 1 + .../BundleActionsCountForJobGetJPAExecutor.java | 5 ++- .../BundleJobGetCoordinatorsJPAExecutor.java | 5 ++- .../jpa/BundleJobGetForUserJPAExecutor.java | 1 + .../executor/jpa/BundleJobGetJPAExecutor.java | 5 ++- .../jpa/BundleJobInfoGetJPAExecutor.java | 1 + .../jpa/BundleJobInsertJPAExecutor.java | 5 ++- .../executor/jpa/BundleJobQueryExecutor.java | 1 + .../jpa/BundleJobsDeleteJPAExecutor.java | 1 + .../jpa/BundleJobsGetForPurgeJPAExecutor.java | 5 ++- .../jpa/BundleJobsGetNeedStartJPAExecutor.java | 1 + .../jpa/BundleJobsGetPausedJPAExecutor.java | 1 + ...undleJobsGetRunningOrPendingJPAExecutor.java | 1 + .../jpa/BundleJobsGetUnpausedJPAExecutor.java | 1 + .../jpa/CoordActionGetForCheckJPAExecutor.java | 1 + .../CoordActionGetForExternalIdJPAExecutor.java | 1 + .../jpa/CoordActionGetForInfoJPAExecutor.java | 1 + .../CoordActionGetForInputCheckJPAExecutor.java | 1 + .../jpa/CoordActionGetForSLAJPAExecutor.java | 1 + .../jpa/CoordActionGetForStartJPAExecutor.java | 1 + .../CoordActionGetForTimeoutJPAExecutor.java | 1 + .../executor/jpa/CoordActionGetJPAExecutor.java | 1 + .../jpa/CoordActionInsertJPAExecutor.java | 5 ++- .../executor/jpa/CoordActionQueryExecutor.java | 1 + .../jpa/CoordActionRemoveJPAExecutor.java | 5 ++- .../jpa/CoordActionsActiveCountJPAExecutor.java | 5 ++- .../CoordActionsCountForJobIdJPAExecutor.java | 1 + .../jpa/CoordActionsDeleteJPAExecutor.java | 1 + .../CoordActionsGetForRecoveryJPAExecutor.java | 1 + ...dActionsGetReadyGroupbyJobIDJPAExecutor.java | 5 ++- ...dActionsPendingFalseCountGetJPAExecutor.java | 5 ++- ...nsPendingFalseStatusCountGetJPAExecutor.java | 5 ++- .../jpa/CoordActionsRunningGetJPAExecutor.java | 1 + .../executor/jpa/CoordJobDeleteJPAExecutor.java | 5 ++- ...rdJobGetActionByActionNumberJPAExecutor.java | 1 + ...rdJobGetActionForNominalTimeJPAExecutor.java | 1 + ...dJobGetActionIdsForDateRangeJPAExecutor.java | 1 + ...etActionModifiedDateForRangeJPAExecutor.java | 1 + ...etActionRunningCountForRangeJPAExecutor.java | 1 + ...dJobGetActionsByDatesForKillJPAExecutor.java | 1 + .../CoordJobGetActionsForDatesJPAExecutor.java | 1 + .../jpa/CoordJobGetActionsJPAExecutor.java | 1 + ...ordJobGetActionsNotCompletedJPAExecutor.java | 1 + .../CoordJobGetActionsRunningJPAExecutor.java | 1 + .../CoordJobGetActionsStatusJPAExecutor.java | 1 + .../CoordJobGetActionsSubsetJPAExecutor.java | 1 + .../CoordJobGetActionsSuspendedJPAExecutor.java | 1 + .../executor/jpa/CoordJobGetJPAExecutor.java | 1 + ...ordJobGetPendingActionsCountJPAExecutor.java | 1 + .../jpa/CoordJobGetReadyActionsJPAExecutor.java | 1 + ...ordJobGetRunningActionsCountJPAExecutor.java | 5 ++- .../jpa/CoordJobInfoGetJPAExecutor.java | 5 ++- .../executor/jpa/CoordJobInsertJPAExecutor.java | 5 ++- .../executor/jpa/CoordJobQueryExecutor.java | 1 + ...CountNotForPurgeFromParentIdJPAExecutor.java | 1 + .../jpa/CoordJobsDeleteJPAExecutor.java | 1 + .../jpa/CoordJobsGetForPurgeJPAExecutor.java | 5 ++- .../CoordJobsGetFromParentIdJPAExecutor.java | 1 + .../jpa/CoordJobsGetPausedJPAExecutor.java | 1 + .../jpa/CoordJobsGetPendingJPAExecutor.java | 1 + .../jpa/CoordJobsGetUnpausedJPAExecutor.java | 1 + .../CoordJobsToBeMaterializedJPAExecutor.java | 1 + ...rdinatorJobGetForUserAppnameJPAExecutor.java | 1 + .../CoordinatorJobGetForUserJPAExecutor.java | 3 +- .../apache/oozie/executor/jpa/JPAExecutor.java | 5 ++- .../executor/jpa/JPAExecutorException.java | 5 ++- .../oozie/executor/jpa/QueryExecutor.java | 1 + .../executor/jpa/SLAEventInsertJPAExecutor.java | 1 + .../jpa/SLAEventsGetForFilterJPAExecutor.java | 1 + .../jpa/SLAEventsGetForSeqIdJPAExecutor.java | 1 + .../executor/jpa/SLAEventsGetJPAExecutor.java | 1 + .../jpa/SLARegistrationQueryExecutor.java | 1 + .../executor/jpa/SLASummaryQueryExecutor.java | 1 + .../executor/jpa/StringBlobValueHandler.java | 1 + .../jpa/WorkflowActionDeleteJPAExecutor.java | 5 ++- .../jpa/WorkflowActionGetForSLAJPAExecutor.java | 3 +- .../jpa/WorkflowActionGetJPAExecutor.java | 1 + .../jpa/WorkflowActionInsertJPAExecutor.java | 5 ++- .../jpa/WorkflowActionQueryExecutor.java | 1 + ...WorkflowActionRetryManualGetJPAExecutor.java | 5 ++- .../jpa/WorkflowActionSubsetGetJPAExecutor.java | 1 + .../WorkflowActionsGetForJobJPAExecutor.java | 1 + .../WorkflowIdGetForExternalIdJPAExecutor.java | 5 ++- ...flowInfoWithActionsSubsetGetJPAExecutor.java | 5 ++- .../jpa/WorkflowJobDeleteJPAExecutor.java | 5 ++- .../jpa/WorkflowJobGetActionsJPAExecutor.java | 1 + .../jpa/WorkflowJobGetForSLAJPAExecutor.java | 3 +- .../jpa/WorkflowJobGetForUserJPAExecutor.java | 3 +- .../executor/jpa/WorkflowJobGetJPAExecutor.java | 5 ++- .../jpa/WorkflowJobInsertJPAExecutor.java | 5 ++- .../executor/jpa/WorkflowJobQueryExecutor.java | 1 + ...NotForPurgeFromCoordParentIdJPAExecutor.java | 1 + ...ForPurgeFromWorkflowParentIdJPAExecutor.java | 1 + .../jpa/WorkflowJobsDeleteJPAExecutor.java | 1 + .../jpa/WorkflowJobsGetForPurgeJPAExecutor.java | 5 ++- ...flowJobsGetFromCoordParentIdJPAExecutor.java | 1 + ...wJobsGetFromWorkflowParentIdJPAExecutor.java | 1 + .../jpa/WorkflowsJobGetJPAExecutor.java | 1 + .../sla/SLASummaryGetForFilterJPAExecutor.java | 1 + ...LASummaryGetRecordsOnRestartJPAExecutor.java | 1 + .../org/apache/oozie/jms/ConnectionContext.java | 1 + .../oozie/jms/DefaultConnectionContext.java | 1 + .../org/apache/oozie/jms/JMSConnectionInfo.java | 1 + .../apache/oozie/jms/JMSExceptionListener.java | 1 + .../apache/oozie/jms/JMSJobEventListener.java | 1 + .../apache/oozie/jms/JMSSLAEventListener.java | 1 + .../org/apache/oozie/jms/MessageHandler.java | 1 + .../org/apache/oozie/jms/MessageReceiver.java | 1 + .../java/org/apache/oozie/local/LocalOozie.java | 5 ++- .../java/org/apache/oozie/lock/LockToken.java | 1 + .../java/org/apache/oozie/lock/MemoryLocks.java | 1 + .../oozie/service/ActionCheckerService.java | 1 + .../org/apache/oozie/service/ActionService.java | 1 + .../oozie/service/AuthorizationException.java | 5 ++- .../oozie/service/AuthorizationService.java | 5 ++- .../oozie/service/BundleEngineService.java | 5 ++- .../oozie/service/CallableQueueService.java | 1 + .../apache/oozie/service/CallbackService.java | 5 ++- .../oozie/service/ConfigurationService.java | 5 ++- .../service/CoordMaterializeTriggerService.java | 1 + .../oozie/service/CoordinatorEngineService.java | 5 ++- .../oozie/service/CoordinatorStoreService.java | 5 ++- .../service/DBLiteWorkflowStoreService.java | 5 ++- .../apache/oozie/service/DagEngineService.java | 5 ++- .../oozie/service/DagXLogInfoService.java | 5 ++- .../org/apache/oozie/service/ELService.java | 5 ++- .../oozie/service/EventHandlerService.java | 1 + .../org/apache/oozie/service/GroupsService.java | 1 + .../oozie/service/HCatAccessorException.java | 1 + .../oozie/service/HCatAccessorService.java | 1 + .../oozie/service/HadoopAccessorException.java | 1 + .../oozie/service/HadoopAccessorService.java | 1 + .../oozie/service/InstrumentationService.java | 5 ++- .../oozie/service/JMSAccessorService.java | 1 + .../apache/oozie/service/JMSTopicService.java | 1 + .../org/apache/oozie/service/JPAService.java | 1 + .../oozie/service/JobsConcurrencyService.java | 1 + .../oozie/service/JvmPauseMonitorService.java | 1 + .../oozie/service/LiteWorkflowAppService.java | 1 + .../oozie/service/LiteWorkflowStoreService.java | 5 ++- .../oozie/service/MemoryLocksService.java | 5 ++- .../service/MetricsInstrumentationService.java | 1 + .../PartitionDependencyManagerService.java | 1 + .../oozie/service/PauseTransitService.java | 1 + .../apache/oozie/service/ProxyUserService.java | 1 + .../org/apache/oozie/service/PurgeService.java | 5 ++- .../apache/oozie/service/RecoveryService.java | 1 + .../apache/oozie/service/SLAStoreService.java | 5 ++- .../apache/oozie/service/SchedulerService.java | 1 + .../org/apache/oozie/service/SchemaService.java | 1 + .../java/org/apache/oozie/service/Service.java | 5 ++- .../apache/oozie/service/ServiceException.java | 5 ++- .../java/org/apache/oozie/service/Services.java | 1 + .../apache/oozie/service/ShareLibService.java | 1 + .../oozie/service/StatusTransitService.java | 1 + .../org/apache/oozie/service/StoreService.java | 5 ++- .../apache/oozie/service/URIHandlerService.java | 1 + .../org/apache/oozie/service/UUIDService.java | 1 + .../service/UserGroupInformationService.java | 1 + .../oozie/service/WorkflowAppService.java | 1 + .../oozie/service/WorkflowSchemaService.java | 5 ++- .../oozie/service/WorkflowStoreService.java | 5 ++- .../org/apache/oozie/service/XLogService.java | 5 ++- .../oozie/service/XLogStreamingService.java | 1 + .../oozie/service/ZKJobsConcurrencyService.java | 1 + .../apache/oozie/service/ZKLocksService.java | 1 + .../org/apache/oozie/service/ZKUUIDService.java | 1 + .../oozie/service/ZKXLogStreamingService.java | 1 + .../org/apache/oozie/servlet/AuthFilter.java | 1 + .../apache/oozie/servlet/BaseAdminServlet.java | 1 + .../apache/oozie/servlet/BaseJobServlet.java | 1 + .../apache/oozie/servlet/BaseJobsServlet.java | 5 ++- .../apache/oozie/servlet/CallbackServlet.java | 5 ++- .../apache/oozie/servlet/HostnameFilter.java | 3 +- .../java/org/apache/oozie/servlet/JVMInfo.java | 1 + .../apache/oozie/servlet/JsonRestServlet.java | 5 ++- .../org/apache/oozie/servlet/SLAServlet.java | 1 + .../apache/oozie/servlet/ServicesLoader.java | 5 ++- .../apache/oozie/servlet/ServletUtilities.java | 1 + .../apache/oozie/servlet/V0AdminServlet.java | 1 + .../org/apache/oozie/servlet/V0JobServlet.java | 3 +- .../org/apache/oozie/servlet/V0JobsServlet.java | 5 ++- .../apache/oozie/servlet/V1AdminServlet.java | 1 + .../org/apache/oozie/servlet/V1JobServlet.java | 1 + .../org/apache/oozie/servlet/V1JobsServlet.java | 5 ++- .../apache/oozie/servlet/V2AdminServlet.java | 1 + .../org/apache/oozie/servlet/V2JobServlet.java | 1 + .../org/apache/oozie/servlet/V2SLAServlet.java | 1 + .../apache/oozie/servlet/VersionServlet.java | 5 ++- .../apache/oozie/servlet/XServletException.java | 5 ++- .../org/apache/oozie/sla/SLACalcStatus.java | 1 + .../org/apache/oozie/sla/SLACalculator.java | 1 + .../apache/oozie/sla/SLACalculatorMemory.java | 1 + .../org/apache/oozie/sla/SLAOperations.java | 1 + .../apache/oozie/sla/SLARegistrationBean.java | 1 + .../org/apache/oozie/sla/SLASummaryBean.java | 1 + .../sla/listener/SLAEmailEventListener.java | 1 + .../oozie/sla/listener/SLAEventListener.java | 1 + .../oozie/sla/listener/SLAJobEventListener.java | 1 + .../apache/oozie/sla/service/SLAService.java | 1 + .../apache/oozie/store/CoordinatorStore.java | 1 + .../org/apache/oozie/store/OozieSchema.java | 5 ++- .../java/org/apache/oozie/store/SLAStore.java | 1 + .../main/java/org/apache/oozie/store/Store.java | 5 ++- .../org/apache/oozie/store/StoreException.java | 5 ++- .../apache/oozie/store/StoreStatusFilter.java | 1 + .../org/apache/oozie/store/WorkflowStore.java | 1 + .../oozie/test/EmbeddedServletContainer.java | 5 ++- .../org/apache/oozie/util/AuthUrlClient.java | 1 + .../java/org/apache/oozie/util/ClassUtils.java | 5 ++- .../java/org/apache/oozie/util/ConfigUtils.java | 1 + .../oozie/util/CoordActionsInDateRange.java | 1 + .../java/org/apache/oozie/util/DateUtils.java | 1 + .../apache/oozie/util/ELConstantsFunctions.java | 5 ++- .../oozie/util/ELEvaluationException.java | 5 ++- .../java/org/apache/oozie/util/ELEvaluator.java | 5 ++- .../java/org/apache/oozie/util/ELUtils.java | 1 + .../oozie/util/FixedJsonInstanceSerializer.java | 3 +- .../org/apache/oozie/util/GraphGenerator.java | 47 ++++++++++---------- .../java/org/apache/oozie/util/IOUtils.java | 5 ++- .../org/apache/oozie/util/InstrumentUtils.java | 5 ++- .../org/apache/oozie/util/Instrumentable.java | 5 ++- .../org/apache/oozie/util/Instrumentation.java | 5 ++- .../apache/oozie/util/JaasConfiguration.java | 1 + .../java/org/apache/oozie/util/JobUtils.java | 5 ++- .../java/org/apache/oozie/util/LogUtils.java | 1 + .../java/org/apache/oozie/util/MappingRule.java | 1 + .../oozie/util/MetricsInstrumentation.java | 1 + .../org/apache/oozie/util/MultiFileReader.java | 1 + .../apache/oozie/util/OozieRollingPolicy.java | 1 + .../org/apache/oozie/util/ParamChecker.java | 1 + .../apache/oozie/util/ParameterVerifier.java | 5 ++- .../oozie/util/ParameterVerifierException.java | 15 ++++--- .../oozie/util/PollablePriorityDelayQueue.java | 5 ++- .../apache/oozie/util/PriorityDelayQueue.java | 5 ++- .../org/apache/oozie/util/PropertiesUtils.java | 5 ++- .../util/SimpleTimestampedMessageParser.java | 3 +- .../java/org/apache/oozie/util/StatusUtils.java | 1 + .../oozie/util/TimestampedMessageParser.java | 1 + .../org/apache/oozie/util/WritableUtils.java | 5 ++- .../java/org/apache/oozie/util/XCallable.java | 5 ++- .../org/apache/oozie/util/XConfiguration.java | 1 + .../main/java/org/apache/oozie/util/XLog.java | 1 + .../java/org/apache/oozie/util/XLogFilter.java | 3 +- .../org/apache/oozie/util/XLogStreamer.java | 1 + .../apache/oozie/util/XLogUserFilterParam.java | 1 + .../java/org/apache/oozie/util/XmlUtils.java | 1 + .../java/org/apache/oozie/util/ZKUtils.java | 1 + .../apache/oozie/util/db/SLADbOperations.java | 1 + .../apache/oozie/util/db/SLADbXOperations.java | 1 + .../java/org/apache/oozie/util/db/Schema.java | 5 ++- .../org/apache/oozie/util/db/SqlStatement.java | 5 ++- .../oozie/util/db/ValidateConnectionBean.java | 5 ++- .../org/apache/oozie/workflow/WorkflowApp.java | 5 ++- .../oozie/workflow/WorkflowException.java | 5 ++- .../apache/oozie/workflow/WorkflowInstance.java | 5 ++- .../org/apache/oozie/workflow/WorkflowLib.java | 1 + .../oozie/workflow/lite/ActionNodeDef.java | 5 ++- .../oozie/workflow/lite/ActionNodeHandler.java | 5 ++- .../oozie/workflow/lite/ControlNodeDef.java | 5 ++- .../oozie/workflow/lite/ControlNodeHandler.java | 1 + .../oozie/workflow/lite/DBLiteWorkflowLib.java | 5 ++- .../oozie/workflow/lite/DecisionNodeDef.java | 5 ++- .../workflow/lite/DecisionNodeHandler.java | 5 ++- .../apache/oozie/workflow/lite/EndNodeDef.java | 5 ++- .../apache/oozie/workflow/lite/ForkNodeDef.java | 5 ++- .../apache/oozie/workflow/lite/JoinNodeDef.java | 5 ++- .../apache/oozie/workflow/lite/KillNodeDef.java | 5 ++- .../oozie/workflow/lite/LiteWorkflowApp.java | 5 ++- .../workflow/lite/LiteWorkflowAppParser.java | 1 + .../workflow/lite/LiteWorkflowInstance.java | 1 + .../oozie/workflow/lite/LiteWorkflowLib.java | 1 + .../org/apache/oozie/workflow/lite/NodeDef.java | 5 ++- .../apache/oozie/workflow/lite/NodeHandler.java | 5 ++- .../oozie/workflow/lite/StartNodeDef.java | 5 ++- .../org/apache/hadoop/examples/SleepJob.java | 3 +- .../apache/oozie/ForTestingActionExecutor.java | 5 ++- .../java/org/apache/oozie/TestActionBean.java | 5 ++- .../apache/oozie/TestBundleEngineSimple.java | 1 + .../org/apache/oozie/TestBundleJobBean.java | 1 + .../org/apache/oozie/TestCoordinatorEngine.java | 1 + .../oozie/TestCoordinatorEngineSimple.java | 1 + .../oozie/TestCoordinatorEngineStreamLog.java | 1 + .../apache/oozie/TestCoordinatorJobBean.java | 1 + .../org/apache/oozie/TestDagELFunctions.java | 5 ++- .../java/org/apache/oozie/TestDagEngine.java | 1 + .../apache/oozie/TestLocalOozieClientCoord.java | 1 + .../java/org/apache/oozie/TestSLAEventBean.java | 1 + .../oozie/TestV1JobsServletBundleEngine.java | 1 + .../java/org/apache/oozie/TestWorkflowBean.java | 5 ++- .../apache/oozie/action/TestActionExecutor.java | 5 ++- .../apache/oozie/action/TestActionFailover.java | 1 + .../decision/TestDecisionActionExecutor.java | 5 ++- .../action/email/TestEmailActionExecutor.java | 5 ++- .../action/hadoop/ActionExecutorTestCase.java | 1 + .../oozie/action/hadoop/CredentialForTest.java | 5 ++- .../oozie/action/hadoop/InsertTestToken.java | 5 ++- .../oozie/action/hadoop/LauncherMainTester.java | 1 + .../action/hadoop/LauncherMainTester2.java | 5 ++- .../oozie/action/hadoop/MainTestCase.java | 5 ++- .../hadoop/MapperReducerCredentialsForTest.java | 5 ++- .../action/hadoop/MapperReducerForTest.java | 5 ++- .../hadoop/MapperReducerUberJarForTest.java | 1 + .../oozie/action/hadoop/SharelibUtils.java | 3 +- .../oozie/action/hadoop/ShellTestCase.java | 1 + .../oozie/action/hadoop/TestCredentials.java | 1 + .../action/hadoop/TestFSPrepareActions.java | 1 + .../action/hadoop/TestFsActionExecutor.java | 1 + .../oozie/action/hadoop/TestFsELFunctions.java | 5 ++- .../action/hadoop/TestHCatPrepareActions.java | 1 + .../action/hadoop/TestHadoopELFunctions.java | 5 ++- .../action/hadoop/TestJavaActionExecutor.java | 1 + .../oozie/action/hadoop/TestJavaMain.java | 1 + .../oozie/action/hadoop/TestLauncher.java | 1 + .../action/hadoop/TestLauncherFSURIHandler.java | 1 + .../hadoop/TestLauncherHCatURIHandler.java | 1 + .../action/hadoop/TestMapReduceActionError.java | 1 + .../oozie/action/hadoop/TestMapReduceMain.java | 1 + .../oozie/action/hadoop/TestOozieJobInfo.java | 1 + .../oozie/action/hadoop/TestPipesMain.java | 1 + .../action/hadoop/TestPrepareActionsDriver.java | 1 + .../apache/oozie/action/hadoop/TestRerun.java | 5 ++- .../action/hadoop/TestShellActionExecutor.java | 1 + .../oozie/action/hadoop/TestShellMain.java | 1 + .../oozie/TestSubWorkflowActionExecutor.java | 5 ++- .../oozie/action/ssh/TestSshActionExecutor.java | 1 + .../ssh/TestSshActionExecutorAsExtension.java | 1 + .../client/HeaderTestingVersionServlet.java | 5 ++- .../org/apache/oozie/client/TestLocalOozie.java | 5 ++- .../org/apache/oozie/client/TestOozieCLI.java | 1 + .../client/TestOozieClientWithFakeServlet.java | 1 + .../apache/oozie/client/TestWorkflowClient.java | 3 +- .../client/TestWorkflowClientException.java | 5 ++- .../oozie/client/TestWorkflowXClient.java | 1 + .../client/rest/TestJsonCoordinatorAction.java | 1 + .../client/rest/TestJsonCoordinatorJob.java | 1 + .../client/rest/TestJsonWorkflowAction.java | 1 + .../oozie/client/rest/TestJsonWorkflowJob.java | 1 + .../oozie/command/SkipCommitFaultInjection.java | 5 ++- .../apache/oozie/command/TestPurgeXCommand.java | 1 + .../org/apache/oozie/command/TestXCommand.java | 5 ++- .../bundle/TestBundleChangeXCommand.java | 3 +- .../bundle/TestBundleJobSuspendXCommand.java | 1 + .../command/bundle/TestBundleJobXCommand.java | 5 ++- .../command/bundle/TestBundleJobsXCommand.java | 5 ++- .../command/bundle/TestBundleKillXCommand.java | 1 + .../bundle/TestBundlePauseUnpauseXCommand.java | 5 ++- .../command/bundle/TestBundleRerunXCommand.java | 1 + .../command/bundle/TestBundleStartXCommand.java | 1 + .../bundle/TestBundleSubmitXCommand.java | 1 + .../oozie/command/coord/CoordELExtensions.java | 3 +- .../oozie/command/coord/CoordXTestCase.java | 5 ++- .../TestCoordActionInputCheckXCommand.java | 1 + ...TestCoordActionInputCheckXCommandNonUTC.java | 1 + .../TestCoordActionNotificationXCommand.java | 1 + .../coord/TestCoordActionSkipXCommand.java | 1 + .../coord/TestCoordActionStartXCommand.java | 1 + ...tCoordActionUpdatePushMissingDependency.java | 1 + .../coord/TestCoordActionsIgnoreXCommand.java | 1 + .../coord/TestCoordActionsKillXCommand.java | 1 + .../command/coord/TestCoordChangeXCommand.java | 3 +- .../command/coord/TestCoordCommandUtils.java | 1 + .../command/coord/TestCoordELExtensions.java | 1 + .../command/coord/TestCoordJobsXCommand.java | 5 ++- .../command/coord/TestCoordKillXCommand.java | 1 + .../TestCoordMaterializeTransitionXCommand.java | 1 + .../TestCoordPushDependencyCheckXCommand.java | 1 + .../command/coord/TestCoordRerunXCommand.java | 1 + .../command/coord/TestCoordResumeXCommand.java | 1 + .../command/coord/TestCoordSubmitXCommand.java | 1 + .../command/coord/TestCoordSuspendXCommand.java | 1 + .../command/coord/TestCoordUpdateXCommand.java | 3 +- .../command/coord/TestFutureActionsTimeOut.java | 1 + .../command/coord/TestPastActionsTimeOut.java | 1 + .../apache/oozie/command/wf/HangServlet.java | 1 + .../command/wf/TestActionCheckXCommand.java | 1 + .../oozie/command/wf/TestActionErrors.java | 5 ++- .../command/wf/TestActionStartXCommand.java | 1 + .../oozie/command/wf/TestLastModified.java | 5 ++- .../command/wf/TestNotificationXCommand.java | 1 + .../oozie/command/wf/TestReRunXCommand.java | 5 ++- .../oozie/command/wf/TestSignalXCommand.java | 1 + .../command/wf/TestSubmitHiveXCommand.java | 1 + .../oozie/command/wf/TestSubmitMRXCommand.java | 5 ++- .../oozie/command/wf/TestSubmitPigXCommand.java | 5 ++- .../command/wf/TestSubmitSqoopXCommand.java | 1 + .../oozie/command/wf/TestSubmitXCommand.java | 5 ++- .../wf/TestWorkflowActionKillXCommand.java | 1 + .../command/wf/TestWorkflowKillXCommand.java | 5 ++- .../oozie/compression/TestCodecFactory.java | 1 + .../oozie/coord/TestCoordELEvaluator.java | 1 + .../oozie/coord/TestCoordELFunctions.java | 1 + .../org/apache/oozie/coord/TestCoordUtils.java | 1 + .../apache/oozie/coord/TestHCatELFunctions.java | 3 +- .../oozie/dependency/TestFSURIHandler.java | 1 + .../oozie/dependency/TestHCatURIHandler.java | 1 + .../oozie/dependency/TestURIHandlerService.java | 1 + .../apache/oozie/event/TestEventGeneration.java | 1 + .../org/apache/oozie/event/TestEventQueue.java | 1 + .../executor/jpa/TestBatchQueryExecutor.java | 1 + .../jpa/TestBulkMonitorJPAExecutor.java | 1 + .../jpa/TestBundleActionQueryExecutor.java | 3 +- ...tBundleActionsCountForJobGetJPAExecutor.java | 1 + .../jpa/TestBundleJobInfoGetJPAExecutor.java | 5 ++- .../jpa/TestBundleJobQueryExecutor.java | 3 +- .../jpa/TestBundleJobsDeleteJPAExecutor.java | 1 + .../TestBundleJobsGetForPurgeJPAExecutor.java | 5 ++- .../TestCoordActionGetForCheckJPAExecutor.java | 1 + ...tCoordActionGetForExternalIdJPAExecutor.java | 1 + .../TestCoordActionGetForInfoJPAExecutor.java | 1 + ...tCoordActionGetForInputCheckJPAExecutor.java | 1 + .../TestCoordActionGetForStartJPAExecutor.java | 1 + ...TestCoordActionGetForTimeoutJPAExecutor.java | 1 + .../jpa/TestCoordActionGetJPAExecutor.java | 1 + .../jpa/TestCoordActionRemoveJPAExecutor.java | 1 + .../TestCoordActionsActiveCountJPAExecutor.java | 1 + .../jpa/TestCoordActionsDeleteJPAExecutor.java | 1 + ...dActionsPendingFalseCountGetJPAExecutor.java | 1 + ...nsPendingFalseStatusCountGetJPAExecutor.java | 1 + .../TestCoordActionsRunningGetJPAExecutor.java | 1 + .../jpa/TestCoordJobDeleteJPAExecutor.java | 1 + ...rdJobGetActionByActionNumberJPAExecutor.java | 1 + ...rdJobGetActionForNominalTimeJPAExecutor.java | 1 + ...CoordJobGetActionIdsForDatesJPAExecutor.java | 1 + ...stCoordJobGetActionsForDatesJPAExecutor.java | 1 + .../jpa/TestCoordJobGetActionsJPAExecutor.java | 1 + ...ordJobGetActionsNotCompletedJPAExecutor.java | 1 + ...estCoordJobGetActionsRunningJPAExecutor.java | 1 + ...TestCoordJobGetActionsSubsetJPAExecutor.java | 1 + ...tCoordJobGetActionsSuspendedJPAExecutor.java | 1 + .../jpa/TestCoordJobGetJPAExecutor.java | 1 + ...ordJobGetPendingActionsCountJPAExecutor.java | 1 + .../TestCoordJobGetReadyActionsJPAExecutor.java | 1 + ...ordJobGetRunningActionsCountJPAExecutor.java | 1 + .../jpa/TestCoordJobInfoGetJPAExecutor.java | 1 + .../executor/jpa/TestCoordJobQueryExecutor.java | 1 + ...CountNotForPurgeFromParentIdJPAExecutor.java | 1 + .../jpa/TestCoordJobsDeleteJPAExecutor.java | 1 + .../TestCoordJobsGetForPurgeJPAExecutor.java | 1 + ...TestCoordJobsGetFromParentIdJPAExecutor.java | 1 + ...estCoordJobsToBeMaterializedJPAExecutor.java | 1 + .../TestSLAEventsGetForFilterJPAExecutor.java | 1 + .../TestSLAEventsGetForSeqIdJPAExecutor.java | 1 + .../jpa/TestSLAEventsGetJPAExecutor.java | 1 + .../jpa/TestSLARegistrationQueryExecutor.java | 1 + .../jpa/TestSLASummaryQueryExecutor.java | 1 + .../TestWorkflowActionDeleteJPAExecutor.java | 5 ++- .../jpa/TestWorkflowActionGetJPAExecutor.java | 1 + .../jpa/TestWorkflowActionQueryExecutor.java | 1 + ...WorkflowActionRetryManualGetJPAExecutor.java | 5 ++- .../TestWorkflowActionSubsetGetJPAExecutor.java | 5 ++- ...TestWorkflowActionsGetForJobJPAExecutor.java | 5 ++- ...stWorkflowIdGetForExternalIdJPAExecutor.java | 5 ++- ...flowInfoWithActionsSubsetGetJPAExecutor.java | 5 ++- .../jpa/TestWorkflowJobDeleteJPAExecutor.java | 5 ++- .../TestWorkflowJobGetActionsJPAExecutor.java | 5 ++- .../jpa/TestWorkflowJobGetJPAExecutor.java | 5 ++- .../jpa/TestWorkflowJobQueryExecutor.java | 1 + ...NotForPurgeFromCoordParentIdJPAExecutor.java | 1 + ...ForPurgeFromWorkflowParentIdJPAExecutor.java | 1 + .../jpa/TestWorkflowJobsDeleteJPAExecutor.java | 1 + .../TestWorkflowJobsGetForPurgeJPAExecutor.java | 5 ++- ...flowJobsGetFromCoordParentIdJPAExecutor.java | 1 + ...wJobsGetFromWorkflowParentIdJPAExecutor.java | 1 + .../jpa/TestWorkflowsJobGetJPAExecutor.java | 5 ++- .../oozie/jms/TestDefaultConnectionContext.java | 1 + .../oozie/jms/TestHCatMessageHandler.java | 1 + .../oozie/jms/TestJMSJobEventListener.java | 1 + .../oozie/jms/TestJMSSLAEventListener.java | 1 + .../org/apache/oozie/lock/TestMemoryLocks.java | 1 + .../oozie/service/DummyLogStreamingServlet.java | 1 + .../oozie/service/DummyV2AdminServlet.java | 1 + .../service/ForTestAuthorizationService.java | 5 ++- .../service/ForTestWorkflowStoreService.java | 5 ++- .../oozie/service/TestActionCheckerService.java | 1 + .../apache/oozie/service/TestActionService.java | 5 ++- .../oozie/service/TestAuthorizationService.java | 5 ++- .../oozie/service/TestCallableQueueService.java | 5 ++- .../oozie/service/TestCallbackService.java | 5 ++- .../oozie/service/TestConfigurationService.java | 5 ++- .../TestCoordMaterializeTriggerService.java | 1 + .../oozie/service/TestDagXLogInfoService.java | 5 ++- .../org/apache/oozie/service/TestELService.java | 5 ++- .../oozie/service/TestEventHandlerService.java | 1 + .../apache/oozie/service/TestGroupsService.java | 3 +- ...TestHAPartitionDependencyManagerEhCache.java | 1 + ...TestHAPartitionDependencyManagerService.java | 1 + .../apache/oozie/service/TestHASLAService.java | 1 + .../oozie/service/TestHAShareLibService.java | 1 + .../oozie/service/TestHCatAccessorService.java | 1 + .../service/TestHadoopAccessorService.java | 1 + .../service/TestInstrumentationService.java | 5 ++- .../oozie/service/TestJMSAccessorService.java | 1 + .../oozie/service/TestJMSTopicService.java | 1 + .../apache/oozie/service/TestJPAService.java | 5 ++- .../service/TestJobsConcurrencyService.java | 1 + .../service/TestLiteWorkflowAppService.java | 1 + .../service/TestLiteWorkflowStoreService.java | 5 ++- .../oozie/service/TestMemoryLocksService.java | 5 ++- .../TestMetricsInstrumentationService.java | 1 + .../TestPartitionDependencyManagerEhcache.java | 1 + .../TestPartitionDependencyManagerService.java | 3 +- .../oozie/service/TestPauseTransitService.java | 1 + .../oozie/service/TestProxyUserService.java | 3 +- .../apache/oozie/service/TestPurgeService.java | 1 + .../oozie/service/TestRecoveryService.java | 1 + .../oozie/service/TestSchedulerService.java | 5 ++- .../apache/oozie/service/TestSchemaService.java | 1 + .../org/apache/oozie/service/TestServices.java | 1 + .../oozie/service/TestShareLibService.java | 1 + .../oozie/service/TestStatusTransitService.java | 1 + .../apache/oozie/service/TestStoreService.java | 5 ++- .../apache/oozie/service/TestUUIDService.java | 5 ++- .../apache/oozie/service/TestXLogService.java | 5 ++- .../oozie/service/TestXLogStreamingService.java | 1 + .../service/TestZKJobsConcurrencyService.java | 1 + .../oozie/service/TestZKLocksService.java | 1 + .../apache/oozie/service/TestZKUUIDService.java | 1 + .../service/TestZKXLogStreamingService.java | 1 + .../oozie/servlet/DagServletTestCase.java | 1 + .../servlet/MockCoordinatorEngineService.java | 1 + .../oozie/servlet/MockDagEngineService.java | 1 + .../apache/oozie/servlet/MyJsonRestServlet.java | 5 ++- .../apache/oozie/servlet/TestAdminServlet.java | 5 ++- .../servlet/TestAuthFilterAuthOozieClient.java | 1 + .../servlet/TestBulkMonitorWebServiceAPI.java | 3 +- .../oozie/servlet/TestCallbackServlet.java | 5 ++- .../oozie/servlet/TestHostnameFilter.java | 3 +- .../apache/oozie/servlet/TestJobsServlet.java | 1 + .../oozie/servlet/TestJsonRestServlet.java | 5 ++- .../apache/oozie/servlet/TestV0JobServlet.java | 7 +-- .../oozie/servlet/TestV1AdminServlet.java | 5 ++- .../apache/oozie/servlet/TestV1JobServlet.java | 1 + .../servlet/TestV1JobServletBundleEngine.java | 1 + .../apache/oozie/servlet/TestV1JobsServlet.java | 5 ++- .../apache/oozie/servlet/TestV2JobServlet.java | 1 + .../apache/oozie/servlet/TestV2SLAServlet.java | 1 + .../oozie/servlet/TestVersionServlet.java | 5 ++- .../sla/TestSLACalculationJPAExecutor.java | 1 + .../oozie/sla/TestSLACalculatorMemory.java | 1 + .../oozie/sla/TestSLAEmailEventListener.java | 1 + .../oozie/sla/TestSLAEventGeneration.java | 1 + .../oozie/sla/TestSLAJobEventListener.java | 1 + .../sla/TestSLARegistrationGetJPAExecutor.java | 1 + .../org/apache/oozie/sla/TestSLAService.java | 1 + .../TestSLASummaryGetOnRestartJPAExecutor.java | 1 + .../oozie/store/TestCoordinatorStore.java | 1 + .../apache/oozie/store/TestDBWorkflowStore.java | 5 ++- .../org/apache/oozie/store/TestSLAStore.java | 5 ++- .../org/apache/oozie/test/MiniHCatServer.java | 1 + .../apache/oozie/test/MiniOozieTestCase.java | 33 +++++++------- .../java/org/apache/oozie/test/PingServlet.java | 5 ++- .../test/TestEmbeddedServletContainer.java | 5 ++- .../org/apache/oozie/test/TestXFsTestCase.java | 5 ++- .../org/apache/oozie/test/TestXTestCase.java | 5 ++- .../org/apache/oozie/test/XDataTestCase.java | 1 + .../java/org/apache/oozie/test/XFsTestCase.java | 1 + .../org/apache/oozie/test/XHCatTestCase.java | 1 + .../java/org/apache/oozie/test/XTestCase.java | 1 + .../java/org/apache/oozie/test/ZKXTestCase.java | 1 + .../oozie/test/ZKXTestCaseWithSecurity.java | 1 + .../org/apache/oozie/util/TestClassUtils.java | 5 ++- .../oozie/util/TestCoordActionsInDateRange.java | 1 + .../org/apache/oozie/util/TestDateUtils.java | 1 + .../oozie/util/TestELConstantsFunctions.java | 5 ++- .../org/apache/oozie/util/TestELEvaluator.java | 5 ++- .../apache/oozie/util/TestGraphGenerator.java | 32 +++++++------ .../java/org/apache/oozie/util/TestIOUtils.java | 5 ++- .../apache/oozie/util/TestInstrumentation.java | 5 ++- .../oozie/util/TestJaasConfiguration.java | 1 + .../org/apache/oozie/util/TestLogStreamer.java | 1 + .../oozie/util/TestMetricsInstrumentation.java | 1 + .../apache/oozie/util/TestMultiFileReader.java | 1 + .../oozie/util/TestOozieRollingPolicy.java | 5 ++- .../org/apache/oozie/util/TestParamChecker.java | 5 ++- .../oozie/util/TestParameterVerifier.java | 1 + .../oozie/util/TestPriorityDelayQueue.java | 5 ++- .../TestSimplifiedTimestampedMessageParser.java | 1 + .../util/TestTimestampedMessageParser.java | 1 + .../apache/oozie/util/TestWritableUtils.java | 5 ++- .../apache/oozie/util/TestXConfiguration.java | 1 + .../java/org/apache/oozie/util/TestXLog.java | 5 ++- .../org/apache/oozie/util/TestXLogFilter.java | 5 ++- .../oozie/util/TestXLogUserFilterParam.java | 1 + .../org/apache/oozie/util/TestXmlUtils.java | 5 ++- .../java/org/apache/oozie/util/TestZKUtils.java | 1 + .../oozie/util/TestZKUtilsWithSecurity.java | 1 + .../oozie/util/db/TestSLADbOperations.java | 1 + .../oozie/util/db/TestSLADbXOperations.java | 1 + .../org/apache/oozie/util/db/TestSchema.java | 5 ++- .../apache/oozie/util/db/TestSqlStatement.java | 5 ++- .../lite/TestLiteWorkflowAppParser.java | 1 + .../workflow/lite/TestLiteWorkflowLib.java | 5 ++- docs/src/main/java/Dummy.java | 5 ++- .../java/org/apache/oozie/example/DateList.java | 5 ++- .../org/apache/oozie/example/DemoJavaMain.java | 5 ++- .../apache/oozie/example/DemoMapReduceMain.java | 5 ++- .../org/apache/oozie/example/DemoMapper.java | 5 ++- .../org/apache/oozie/example/DemoPigMain.java | 5 ++- .../org/apache/oozie/example/DemoReducer.java | 5 ++- .../apache/oozie/example/LocalOozieExample.java | 5 ++- .../org/apache/oozie/example/Repeatable.java | 5 ++- .../org/apache/oozie/example/SampleMapper.java | 5 ++- .../org/apache/oozie/example/SampleReducer.java | 5 ++- .../java/org/apache/oozie/example/TimeUnit.java | 5 ++- .../oozie/example/TestLocalOozieExample.java | 1 + .../action/hadoop/LauncherMainHadoopUtils.java | 1 + .../action/hadoop/LauncherMainHadoopUtils.java | 1 + .../action/hadoop/LauncherMainHadoopUtils.java | 1 + .../action/hadoop/LauncherMainHadoopUtils.java | 1 + .../AltKerberosAuthenticationHandler.java | 1 + .../ExampleAltAuthenticationHandler.java | 1 + .../oozie/servlet/login/LDAPLoginServlet.java | 1 + .../oozie/servlet/login/LoginServlet.java | 1 + .../TestExampleAltAuthenticationHandler.java | 1 + .../servlet/login/TestLDAPLoginServlet.java | 1 + .../oozie/servlet/login/TestLoginServlet.java | 1 + .../org/apache/oozie/test/WorkflowTest.java | 9 ++-- release-log.txt | 1 + .../action/hadoop/TestDistCpActionExecutor.java | 1 + .../action/hadoop/HCatLauncherURIHandler.java | 1 + .../java/org/apache/oozie/util/HCatURI.java | 1 + .../java/org/apache/oozie/util/TestHCatURI.java | 1 + .../apache/oozie/action/hadoop/HiveMain.java | 3 +- .../action/hadoop/TestHiveActionExecutor.java | 3 +- .../oozie/action/hadoop/TestHiveMain.java | 3 +- .../apache/oozie/action/hadoop/ActionStats.java | 3 +- .../apache/oozie/action/hadoop/ActionType.java | 3 +- .../action/hadoop/FSLauncherURIHandler.java | 1 + .../apache/oozie/action/hadoop/JavaMain.java | 6 ++- .../oozie/action/hadoop/LauncherException.java | 1 + .../oozie/action/hadoop/LauncherMain.java | 5 ++- .../oozie/action/hadoop/LauncherMapper.java | 1 + .../oozie/action/hadoop/LauncherURIHandler.java | 1 + .../hadoop/LauncherURIHandlerFactory.java | 1 + .../org/apache/oozie/action/hadoop/MRStats.java | 1 + .../oozie/action/hadoop/MapReduceMain.java | 1 + .../action/hadoop/OozieLauncherInputFormat.java | 1 + .../apache/oozie/action/hadoop/PipesMain.java | 5 ++- .../action/hadoop/PrepareActionsDriver.java | 3 +- .../apache/oozie/action/hadoop/ShellMain.java | 1 + .../oozie/action/hadoop/OoziePigStats.java | 1 + .../org/apache/oozie/action/hadoop/PigMain.java | 1 + .../oozie/action/hadoop/PigMainWithOldAPI.java | 1 + .../apache/oozie/action/hadoop/PigTestCase.java | 1 + .../action/hadoop/TestPigActionExecutor.java | 1 + .../apache/oozie/action/hadoop/TestPigMain.java | 1 + .../action/hadoop/TestPigMainWithOldAPI.java | 19 +++++--- .../apache/oozie/action/hadoop/UDFTester.java | 1 + .../apache/oozie/action/hadoop/SqoopMain.java | 3 +- .../action/hadoop/TestSqoopActionExecutor.java | 3 +- .../oozie/action/hadoop/StreamingMain.java | 1 + .../hadoop/TestMapReduceActionExecutor.java | 1 + .../oozie/action/hadoop/TestStreamingMain.java | 1 + src/main/resources/checkstyle.xml | 1 - .../java/org/apache/oozie/tools/OozieDBCLI.java | 1 + .../apache/oozie/tools/OozieSharelibCLI.java | 1 + .../org/apache/oozie/tools/FakeConnection.java | 1 + .../java/org/apache/oozie/tools/FakeDriver.java | 1 + .../oozie/tools/LauncherSecurityManager.java | 1 + .../org/apache/oozie/tools/TestOozieDBCLI.java | 1 + .../apache/oozie/tools/TestOozieMySqlDBCLI.java | 1 + .../oozie/tools/TestOozieSharelibCLI.java | 1 + .../client/OozieDiagramController.java | 1 + .../client/OozieWorkflowGenerator.java | 1 + .../client/property/Property.java | 3 +- .../client/property/PropertyTable.java | 1 + .../client/property/PropertyTableFactory.java | 1 + .../property/action/EmailPropertyTable.java | 1 + .../client/property/action/FSPropertyTable.java | 1 + .../property/action/JavaPropertyTable.java | 1 + .../property/action/MapReducePropertyTable.java | 1 + .../property/action/PigPropertyTable.java | 1 + .../property/action/PipesPropertyTable.java | 1 + .../property/action/SSHPropertyTable.java | 1 + .../property/action/ShellPropertyTable.java | 1 + .../property/action/StreamingPropertyTable.java | 1 + .../property/action/SubWFPropertyTable.java | 1 + .../property/control/DecisionPropertyTable.java | 1 + .../property/control/EndPropertyTable.java | 1 + .../property/control/ForkPropertyTable.java | 1 + .../property/control/JoinPropertyTable.java | 1 + .../property/control/KillPropertyTable.java | 1 + .../property/control/StartPropertyTable.java | 1 + .../property/control/WrkflowPropertyTable.java | 1 + .../client/widget/NodeWidget.java | 1 + .../client/widget/action/EmailActionWidget.java | 1 + .../client/widget/action/FSActionWidget.java | 1 + .../client/widget/action/JavaActionWidget.java | 1 + .../widget/action/MapReduceActionWidget.java | 1 + .../client/widget/action/PigActionWidget.java | 1 + .../client/widget/action/PipesActionWidget.java | 1 + .../client/widget/action/SSHActionWidget.java | 1 + .../client/widget/action/ShellActionWidget.java | 1 + .../widget/action/StreamingActionWidget.java | 1 + .../client/widget/action/SubWFActionWidget.java | 1 + .../widget/control/DecisionNodeWidget.java | 1 + .../client/widget/control/EndNodeWidget.java | 1 + .../client/widget/control/ForkNodeWidget.java | 1 + .../client/widget/control/JoinNodeWidget.java | 1 + .../client/widget/control/KillNodeWidget.java | 1 + .../client/widget/control/StartNodeWidget.java | 1 + .../client/OozieWorkflowGeneratorTest.java | 1 + 932 files changed, 1598 insertions(+), 666 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/AppType.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/AppType.java b/client/src/main/java/org/apache/oozie/AppType.java index 495fd88..626cadc 100644 --- a/client/src/main/java/org/apache/oozie/AppType.java +++ b/client/src/main/java/org/apache/oozie/AppType.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/BuildInfo.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/BuildInfo.java b/client/src/main/java/org/apache/oozie/BuildInfo.java index a74cf62..2bd484c 100644 --- a/client/src/main/java/org/apache/oozie/BuildInfo.java +++ b/client/src/main/java/org/apache/oozie/BuildInfo.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/cli/CLIParser.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/cli/CLIParser.java b/client/src/main/java/org/apache/oozie/cli/CLIParser.java index c8b1681..c3dd9b3 100644 --- a/client/src/main/java/org/apache/oozie/cli/CLIParser.java +++ b/client/src/main/java/org/apache/oozie/cli/CLIParser.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; import org.apache.commons.cli.MissingOptionException; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/cli/OozieCLI.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java index 33935d3..79a9b68 100644 --- a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java +++ b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; import java.io.File; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/cli/OozieCLIException.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/cli/OozieCLIException.java b/client/src/main/java/org/apache/oozie/cli/OozieCLIException.java index 0eb95df..38d1478 100644 --- a/client/src/main/java/org/apache/oozie/cli/OozieCLIException.java +++ b/client/src/main/java/org/apache/oozie/cli/OozieCLIException.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java b/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java index eec6da6..eb1792b 100644 --- a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java +++ b/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.io.BufferedReader; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/BulkResponse.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/BulkResponse.java b/client/src/main/java/org/apache/oozie/client/BulkResponse.java index 5d11192..6431748 100644 --- a/client/src/main/java/org/apache/oozie/client/BulkResponse.java +++ b/client/src/main/java/org/apache/oozie/client/BulkResponse.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/BundleJob.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/BundleJob.java b/client/src/main/java/org/apache/oozie/client/BundleJob.java index 71f2105..9764c3f 100644 --- a/client/src/main/java/org/apache/oozie/client/BundleJob.java +++ b/client/src/main/java/org/apache/oozie/client/BundleJob.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java b/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java index 100823f..57af8b2 100644 --- a/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java +++ b/client/src/main/java/org/apache/oozie/client/CoordinatorAction.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/CoordinatorJob.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/CoordinatorJob.java b/client/src/main/java/org/apache/oozie/client/CoordinatorJob.java index 7dc8007..2ded30e 100644 --- a/client/src/main/java/org/apache/oozie/client/CoordinatorJob.java +++ b/client/src/main/java/org/apache/oozie/client/CoordinatorJob.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/JMSConnectionInfo.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/JMSConnectionInfo.java b/client/src/main/java/org/apache/oozie/client/JMSConnectionInfo.java index 45d7537..87584c2 100644 --- a/client/src/main/java/org/apache/oozie/client/JMSConnectionInfo.java +++ b/client/src/main/java/org/apache/oozie/client/JMSConnectionInfo.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/JMSConnectionInfoWrapper.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/JMSConnectionInfoWrapper.java b/client/src/main/java/org/apache/oozie/client/JMSConnectionInfoWrapper.java index 47625ce..b72493e 100644 --- a/client/src/main/java/org/apache/oozie/client/JMSConnectionInfoWrapper.java +++ b/client/src/main/java/org/apache/oozie/client/JMSConnectionInfoWrapper.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/Job.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/Job.java b/client/src/main/java/org/apache/oozie/client/Job.java index c2e8562..6f3fbdf 100644 --- a/client/src/main/java/org/apache/oozie/client/Job.java +++ b/client/src/main/java/org/apache/oozie/client/Job.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/OozieClient.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/OozieClient.java b/client/src/main/java/org/apache/oozie/client/OozieClient.java index b468186..363ebd2 100644 --- a/client/src/main/java/org/apache/oozie/client/OozieClient.java +++ b/client/src/main/java/org/apache/oozie/client/OozieClient.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.io.BufferedReader; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/OozieClientException.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/OozieClientException.java b/client/src/main/java/org/apache/oozie/client/OozieClientException.java index 9eac09d..f9cb320 100644 --- a/client/src/main/java/org/apache/oozie/client/OozieClientException.java +++ b/client/src/main/java/org/apache/oozie/client/OozieClientException.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/SLAEvent.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/SLAEvent.java b/client/src/main/java/org/apache/oozie/client/SLAEvent.java index 935dde2..a684891 100644 --- a/client/src/main/java/org/apache/oozie/client/SLAEvent.java +++ b/client/src/main/java/org/apache/oozie/client/SLAEvent.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/WorkflowAction.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/WorkflowAction.java b/client/src/main/java/org/apache/oozie/client/WorkflowAction.java index ed84063..293f6ee 100644 --- a/client/src/main/java/org/apache/oozie/client/WorkflowAction.java +++ b/client/src/main/java/org/apache/oozie/client/WorkflowAction.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/WorkflowJob.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/WorkflowJob.java b/client/src/main/java/org/apache/oozie/client/WorkflowJob.java index eea1304..1af9c8b 100644 --- a/client/src/main/java/org/apache/oozie/client/WorkflowJob.java +++ b/client/src/main/java/org/apache/oozie/client/WorkflowJob.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/XOozieClient.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/XOozieClient.java b/client/src/main/java/org/apache/oozie/client/XOozieClient.java index 809556a..43c1238 100644 --- a/client/src/main/java/org/apache/oozie/client/XOozieClient.java +++ b/client/src/main/java/org/apache/oozie/client/XOozieClient.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client; import java.io.BufferedReader; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/Event.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/Event.java b/client/src/main/java/org/apache/oozie/client/event/Event.java index b965ca6..2ec80f7 100644 --- a/client/src/main/java/org/apache/oozie/client/event/Event.java +++ b/client/src/main/java/org/apache/oozie/client/event/Event.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/JobEvent.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/JobEvent.java b/client/src/main/java/org/apache/oozie/client/event/JobEvent.java index de80e69..bf7b116 100644 --- a/client/src/main/java/org/apache/oozie/client/event/JobEvent.java +++ b/client/src/main/java/org/apache/oozie/client/event/JobEvent.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event; import java.io.Serializable; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/SLAEvent.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/SLAEvent.java b/client/src/main/java/org/apache/oozie/client/event/SLAEvent.java index c489f14..27a0e1f 100644 --- a/client/src/main/java/org/apache/oozie/client/event/SLAEvent.java +++ b/client/src/main/java/org/apache/oozie/client/event/SLAEvent.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/jms/JMSHeaderConstants.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/jms/JMSHeaderConstants.java b/client/src/main/java/org/apache/oozie/client/event/jms/JMSHeaderConstants.java index 2f0a45c..801ad7e 100644 --- a/client/src/main/java/org/apache/oozie/client/event/jms/JMSHeaderConstants.java +++ b/client/src/main/java/org/apache/oozie/client/event/jms/JMSHeaderConstants.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.jms; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/jms/JMSMessagingUtils.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/jms/JMSMessagingUtils.java b/client/src/main/java/org/apache/oozie/client/event/jms/JMSMessagingUtils.java index 65b8138..df3b237 100644 --- a/client/src/main/java/org/apache/oozie/client/event/jms/JMSMessagingUtils.java +++ b/client/src/main/java/org/apache/oozie/client/event/jms/JMSMessagingUtils.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.jms; import java.io.IOException; @@ -92,4 +93,4 @@ public class JMSMessagingUtils { } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/jms/JSONMessageDeserializer.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/jms/JSONMessageDeserializer.java b/client/src/main/java/org/apache/oozie/client/event/jms/JSONMessageDeserializer.java index 1f03257..aad2407 100644 --- a/client/src/main/java/org/apache/oozie/client/event/jms/JSONMessageDeserializer.java +++ b/client/src/main/java/org/apache/oozie/client/event/jms/JSONMessageDeserializer.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.jms; import org.codehaus.jackson.map.DeserializationConfig; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/jms/MessageDeserializer.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/jms/MessageDeserializer.java b/client/src/main/java/org/apache/oozie/client/event/jms/MessageDeserializer.java index 395c54f..8337baf 100644 --- a/client/src/main/java/org/apache/oozie/client/event/jms/MessageDeserializer.java +++ b/client/src/main/java/org/apache/oozie/client/event/jms/MessageDeserializer.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.jms; import org.apache.oozie.client.event.Event.MessageType; @@ -82,4 +83,4 @@ public abstract class MessageDeserializer { protected abstract <T> T getDeserializedObject(String s, Class<T> clazz); -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/message/CoordinatorActionMessage.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/message/CoordinatorActionMessage.java b/client/src/main/java/org/apache/oozie/client/event/message/CoordinatorActionMessage.java index 4813408..d6209c5 100644 --- a/client/src/main/java/org/apache/oozie/client/event/message/CoordinatorActionMessage.java +++ b/client/src/main/java/org/apache/oozie/client/event/message/CoordinatorActionMessage.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.message; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/message/EventMessage.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/message/EventMessage.java b/client/src/main/java/org/apache/oozie/client/event/message/EventMessage.java index 13030bd..382bb82 100644 --- a/client/src/main/java/org/apache/oozie/client/event/message/EventMessage.java +++ b/client/src/main/java/org/apache/oozie/client/event/message/EventMessage.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.message; import java.util.Map; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/message/JobMessage.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/message/JobMessage.java b/client/src/main/java/org/apache/oozie/client/event/message/JobMessage.java index 2cdf36f..c51b2f9 100644 --- a/client/src/main/java/org/apache/oozie/client/event/message/JobMessage.java +++ b/client/src/main/java/org/apache/oozie/client/event/message/JobMessage.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.message; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java b/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java index 7ac8658..96f9d67 100644 --- a/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java +++ b/client/src/main/java/org/apache/oozie/client/event/message/SLAMessage.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.message; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/event/message/WorkflowJobMessage.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/event/message/WorkflowJobMessage.java b/client/src/main/java/org/apache/oozie/client/event/message/WorkflowJobMessage.java index 87c3774..b204ccd 100644 --- a/client/src/main/java/org/apache/oozie/client/event/message/WorkflowJobMessage.java +++ b/client/src/main/java/org/apache/oozie/client/event/message/WorkflowJobMessage.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.event.message; import java.util.Date; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java b/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java index c791474..8a86bf1 100644 --- a/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java +++ b/client/src/main/java/org/apache/oozie/client/rest/JsonTags.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java b/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java index 7644985..90dbda9 100644 --- a/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java +++ b/client/src/main/java/org/apache/oozie/client/rest/JsonToBean.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; import org.apache.oozie.client.BulkResponse; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java b/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java index 707e01b..2f0cc63 100644 --- a/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java +++ b/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; import java.text.ParseException; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java b/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java index 5d3fc62..4b393c8 100644 --- a/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java +++ b/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; /** http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/test/java/org/apache/oozie/cli/TestCLIParser.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/oozie/cli/TestCLIParser.java b/client/src/test/java/org/apache/oozie/cli/TestCLIParser.java index 07a1dbc..af589cb 100644 --- a/client/src/test/java/org/apache/oozie/cli/TestCLIParser.java +++ b/client/src/test/java/org/apache/oozie/cli/TestCLIParser.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; import java.io.ByteArrayOutputStream; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/test/java/org/apache/oozie/cli/TestOozieCLIMethods.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/oozie/cli/TestOozieCLIMethods.java b/client/src/test/java/org/apache/oozie/cli/TestOozieCLIMethods.java index fe7e0c2..7050afc 100644 --- a/client/src/test/java/org/apache/oozie/cli/TestOozieCLIMethods.java +++ b/client/src/test/java/org/apache/oozie/cli/TestOozieCLIMethods.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; import static org.mockito.Mockito.mock; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/test/java/org/apache/oozie/cli/TestValidation.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/oozie/cli/TestValidation.java b/client/src/test/java/org/apache/oozie/cli/TestValidation.java index 3046da4..76c1445 100644 --- a/client/src/test/java/org/apache/oozie/cli/TestValidation.java +++ b/client/src/test/java/org/apache/oozie/cli/TestValidation.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.cli; import junit.framework.TestCase; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java b/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java index 9f04db7..ed02036 100644 --- a/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java +++ b/client/src/test/java/org/apache/oozie/client/rest/TestJsonToBean.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; import java.util.List; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/client/src/test/java/org/apache/oozie/client/rest/TestJsonUtils.java ---------------------------------------------------------------------- diff --git a/client/src/test/java/org/apache/oozie/client/rest/TestJsonUtils.java b/client/src/test/java/org/apache/oozie/client/rest/TestJsonUtils.java index 2e3782d..d6d8135 100644 --- a/client/src/test/java/org/apache/oozie/client/rest/TestJsonUtils.java +++ b/client/src/test/java/org/apache/oozie/client/rest/TestJsonUtils.java @@ -6,15 +6,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie.client.rest; import java.text.SimpleDateFormat; http://git-wip-us.apache.org/repos/asf/oozie/blob/ec41c735/core/src/main/java/org/apache/oozie/BaseEngine.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/oozie/BaseEngine.java b/core/src/main/java/org/apache/oozie/BaseEngine.java index 135a0a3..a8bf023 100644 --- a/core/src/main/java/org/apache/oozie/BaseEngine.java +++ b/core/src/main/java/org/apache/oozie/BaseEngine.java @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.oozie; import java.io.IOException;
