drea86

tasks.xml

Jun 14th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  1. <!--
  2.  Licensed to the Apache Software Foundation (ASF) under one or more
  3.  contributor license agreements.  See the NOTICE file distributed with
  4.  this work for additional information regarding copyright ownership.
  5.  The ASF licenses this file to You under the Apache License, Version 2.0
  6.  (the "License"); you may not use this file except in compliance with
  7.  the License.  You may obtain a copy of the License at
  8.  
  9.      http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.  Unless required by applicable law or agreed to in writing, software
  12.  distributed under the License is distributed on an "AS IS" BASIS,
  13.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.  See the License for the specific language governing permissions and
  15.  limitations under the License.
  16. -->
  17. <cas:tasks xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
  18. <!--
  19.  TODO: Add some examples
  20. -->
  21. <task id="urn:oodt:FileConcatenator" name="FileConcatenator"
  22.  class="org.apache.oodt.pge.examples.fileconcatenator.FileConcatenatorPGETask">
  23.  
  24.   <conditions/>
  25.  
  26.   <configuration>
  27.      <property name="PGETask_Name" value="FileConcatenator"/>
  28.      <property name="PGETask_ConfigFilePath" value="/home/andrea/oodt/pge/file_concatenator/pge-configs/PGEConfig.xml" envReplace="true"/>
  29.      <property name="PGETask_DumpMetadata" value="true"/>
  30.      <property name="PCS_WorkflowManagerUrl" value="[WORKFLOW_URL]" envReplace="true" />
  31.      <property name="PCS_FileManagerUrl"     value="[FILEMGR_URL]" envReplace="true"/>
  32.      <property name="PCS_MetFileExtension" value="met"/>
  33.      <property name="PCS_ClientTransferServiceFactory" value="org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory"/>
  34.      <property name="PCS_ActionRepoFile" value="file:[CRAWLER_HOME]/policy/crawler-config.xml" envReplace="true"/>
  35.   </configuration>
  36.  
  37.   <requiredMetFields>
  38.      <metfield name="RunID"/>
  39.   </requiredMetFields>
  40.  
  41. </task>
  42.  
  43.  
  44. </cas:tasks>
Advertisement
Add Comment
Please, Sign In to add comment