-
Notifications
You must be signed in to change notification settings - Fork 161
Geoprocessing Tools
climbage edited this page Mar 6, 2013
·
6 revisions
The geoprocessing tools listed below are provided to simplify interaction between ArcGIS and Hadoop components.
Copy From HDFS copies a file or directory from a remote HDFS to a local file system.
Usage Notes
- If the remote path is a directory and the local path is a directory, each file from the remote directory will be copied to the local directory.
- If the remote path is a directory and the local path is a file, each file from the remote directory will be appended to the local file with a new line to separate each file.
- If the remote path is a file and the local path is a file, the remote file will be copied to the local file path.
Copy To HDFS copies a local file to a remote file with the option to either append or overwrite an existing file in the remote HDFS.
Execute Workflow executes an Oozie workflow application on a Hadoop system with the Oozie component installed.
Usage Notes
- This GP tool expects that the workflow XML has already been uploaded to HDFS and that the job properties file supplied to the tool points to that workflow.
Features to JSON converts a feature class to a JSON file format. The JSON file format can be either Enclosed JSON or Unenclosed JSON.
JSON to Features converts a JSON file to a feature layer