Skip To Content
ArcGIS Developer
Dashboard

Big data file shares

Description

The bigDataFileShares resource provides access to the big data file share data items that have been registered with ArcGIS Server. Big data file share data items are network accessible file system folders, Apache Hadoop Distributed File System (HDFS) stores, Apache Hive stores, or cloud stores that contain one or more datasets. Big data file shares can only be registered on a server that has been assigned the GeoAnalytics Server role.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the bigDataFileShares resource:

https://machine.domain.com/webadaptor/admin/data/items/bigDataFileShares?f=pjson

JSON Response example


{
  "path": "/bigDataFileShares",
  "type": "datadir",
  "id": "3e1b6a16-4c19-4f7e-b92a-95d384a4441f"
}