Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file 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.
- -->
- <cas:tasks xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
- <!--
- TODO: Add some examples
- -->
- <task id="urn:oodt:FileConcatenator" name="FileConcatenator"
- class="org.apache.oodt.pge.examples.fileconcatenator.FileConcatenatorPGETask">
- <conditions/>
- <configuration>
- <property name="PGETask_Name" value="FileConcatenator"/>
- <property name="PGETask_ConfigFilePath" value="/home/andrea/oodt/pge/file_concatenator/pge-configs/PGEConfig.xml" envReplace="true"/>
- <property name="PGETask_DumpMetadata" value="true"/>
- <property name="PCS_WorkflowManagerUrl" value="[WORKFLOW_URL]" envReplace="true" />
- <property name="PCS_FileManagerUrl" value="[FILEMGR_URL]" envReplace="true"/>
- <property name="PCS_MetFileExtension" value="met"/>
- <property name="PCS_ClientTransferServiceFactory" value="org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory"/>
- <property name="PCS_ActionRepoFile" value="file:[CRAWLER_HOME]/policy/crawler-config.xml" envReplace="true"/>
- </configuration>
- <requiredMetFields>
- <metfield name="RunID"/>
- </requiredMetFields>
- </task>
- </cas:tasks>
Advertisement
Add Comment
Please, Sign In to add comment