HdfsDataset API

Update a Hadoop File Mask Dataset

PUT /api/hdfs_datasets/:id

Parameters

Name Description
id Hadoop File Mask Id
name Name
file_mask Hadoop File Mask

Request

Headers

Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: _session_id=OG52ZTNkRWpPeXNxSm54SWZ0TUpLeEFVVWY3L1VXUlJwc1hjRzBweUJPUzRTMGpWck1lWENFT1lpdGJlYzBpM2tUY0F3dTN4cUhCVnVpeXFla3JOTE1SdzdQbVduRENtQXFqQnVMdThidit3SWxKNUwrWEZDc3Y0U0pMaXNwc1Q4TVB3V290ZFoxM3lxb3hTOFdLYUFSZ0toLy81R3BFaFV4YmdPL2pGQVNCd0wzZXIzOEVLVWU2S0RjOUxBTDFtY0FIV2UxNzczV3IvQmlRemFMclhFTkhzLzJsYmVvb1BYSTROL0N1ZUw4d1pmTGg0R0hQWDcyajJtbVlsOXFCYllCU1NLSzBtRkh5dUZ2c0pQS3ZuSzI1Q2tiMU1mVmhvdVRJSSsrVUIyNmVtamUwdEdBTDhJYnZoRm5heVkvaHd6dVI1YWdCRHFEenV1cGtrZ3BWdytJeTlzUEFyUi9ydW51b2lIR0crSUhMVTFCTThScW83cVdHRExvOFNUajV1UXI1UVZ1QUZLMldhOUJBL1Y1VkYreUltYXBsMVdFdWRxcFcxWHYzZWhQdz0tLVp1T1U2MkcwY2pJbFMreVZWSjNJTXc9PQ%3D%3D--103b2903326529c5ae741626ff36105310d3ac81

Route

PUT /api/hdfs_datasets/1000024

Body

1
 
name=Mrs.+Newton+Kessler&file_mask=%2F*

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Type: application/json; charset=utf-8
ETag: W/"8e78b393361e4da39adc83d6bceac9c4"
Cache-Control: max-age=0, private, must-revalidate
Set-Cookie: _session_id=NDBaSE1URmJvYjRKMTNocXU0a2w3VGd0QzFxYjlSczdHR2FvRE55WkZ3dHZhemZUSHdqWUxKZjZNQyt1Q1dEUDU4NWZpSHZlbERvV3lpazhkMXhETDZrRlJVL2ZpM0xEMjljSFRZN0xvY2lWSTcxNUtMT0VqS2xESG5OdkZXaTgvUHQrSktmbHdWZC94dnRYTE16endBQ2tUQm1RbHVhY0hzTytmYzBmVGc0Wllrcm43Sy9ldDZhMCtLVitoT3J5TkVaVDNpbmJnVExhY0FpRjFJZjRHR0RFWGlDYm04U3ZObDcvaHNWRVBCRlMrNUFsY2pwRC9jMkEzU1hMVmQ0QzhySldGeE9GeUtJMVBVSVpIeGZ0ZnNHZFdrbkhIOURRNm96QlVVZWhJdGMvbTdpdTdwMFArdHlaWXB5R1A1a1BMeUNoTHhoSzVGbnU5VFhmKzFWTVV0dGw1cVBHVGNVRk5sQUd2OXcvanA0MnRYOGdqRjdPd1NqSXRsVTArWUs2R0NnVnRMMUZTVU9aektCbjRtL21hOGt6Vkw2T0FVVEsrY2JUeDFrTFRncS8ybUE4RmdGL0doemg2VkFqUnhJUC0tdmFBN1o1cCtqNEIvcFlzb2ZjZWtzZz09--a311581080c003d5fc59825cc9515c73d364563f; path=/; HttpOnly
X-Request-Id: a5797ba6-9321-494d-9f36-e04cd7084ce8
X-Runtime: 0.249849
Content-Length: 4171

Status

200 OK

Body

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
 
{
  "response": {
    "recent_comments": [],
    "comment_count": 0,
    "id": 1000024,
    "object_name": "Mrs. Newton Kessler",
    "schema": null,
    "entity_type": "dataset",
    "entity_subtype": "HDFS",
    "stale": false,
    "stale_at": null,
    "is_deleted": null,
    "associated_workspaces": [],
    "file_mask": "/*",
    "hdfs_data_source": {
      "id": 1000002,
      "name": "searchquery_hadoop",
      "entity_type": "hdfs_data_source",
      "supports_work_flows": false,
      "hdfs_version": "Pivotal HD 3",
      "is_hdfs_hive": null,
      "disable_kerberos_impersonation": null,
      "third_party_security_enabled": null,
      "hive_metastore_location": null,
      "is_deleted": null,
      "state": "online",
      "public": false,
      "uses_kerberos": false,
      "host": "hadoop.example.com",
      "port": 1111,
      "online": true,
      "description": "searchquery for the hadoop data source",
      "version": null,
      "username": null,
      "group_list": null,
      "job_tracker_host": null,
      "job_tracker_port": null,
      "high_availability": false,
      "connection_parameters": [
        {
          "key": "alpine.hadoopuser.enabled",
          "value": "false"
        },
        {
          "key": "hive.security.thirdparty.enabled",
          "value": "false"
        }
      ],
      "owner": {
        "id": 1000000,
        "username": "admin",
        "first_name": "Admin_1",
        "last_name": "AlphaSearch",
        "image": {
          "original": "",
          "icon": "",
          "entity_type": "image",
          "complete_json": true
        },
        "is_deleted": null,
        "auth_method": "internal",
        "ldap_group_id": null,
        "user_type": "analytics_developer",
        "entity_type": "user",
        "using_default_image": false,
        "active_license": true,
        "is_siteadmin": false,
        "roles": [
          "admin"
        ],
        "email": "chorususer457721@alpinenow.com",
        "title": "Chief Data Scientist",
        "dept": "Corporation Corp., Inc.",
        "notes": "One of our top performers",
        "admin": true,
        "subscribed_to_emails": true,
        "tags": [],
        "deactivated_at": null,
        "complete_json": true
      },
      "tags": [],
      "complete_json": true
    },
    "object_type": "MASK",
    "workspace": {
      "id": 1000008,
      "name": "Public",
      "is_deleted": null,
      "entity_type": "workspace",
      "archived": false,
      "public": true,
      "archived_at": null,
      "summary": "searchquery",
      "permission": [
        "admin",
        "create_workflow"
      ],
      "datasets_count": 11,
      "members_count": 2,
      "workfiles_count": 17,
      "insights_count": 1,
      "recent_insights_count": 1,
      "recent_comments_count": 9,
      "has_recent_comments": true,
      "has_milestones": true,
      "workspace_stage": {
        "default": true,
        "id": 1000000,
        "name": "Define",
        "position": 0,
        "description_long": "Define the essential components of the project.",
        "description_short": "Define the two essential components of a machine learning project. What business problem are we solving? How should the solution change the way our business operates? Locate or acquire all necessary data.",
        "complete_json": true
      },
      "workspace_stage_id": 1000000,
      "archiver": null,
      "image": {
        "original": "",
        "icon": "",
        "entity_type": "image",
        "complete_json": true
      },
      "tags": [],
      "has_added_member": false,
      "has_added_workfile": true,
      "has_added_sandbox": true,
      "has_changed_settings": false,
      "sandbox_info": {
        "id": 1000006,
        "name": "default",
        "dataset_count": 0,
        "refreshed_at": "2019-04-03T22:09:24Z",
        "entity_type": "gpdb_schema",
        "is_deleted": null,
        "stale": false,
        "database": {
          "id": 1000001,
          "name": "default",
          "data_source": {
            "id": 1000002,
            "name": "Owners",
            "entity_type": "gpdb_data_source",
            "is_deleted": null,
            "shared": false,
            "owner_id": 1000006,
            "version": "9.1.2 - FactoryVersion",
            "is_hawq": null,
            "state": "online",
            "public": false
          },
          "entity_type": "gpdb_database",
          "complete_json": true
        },
        "complete_json": true
      },
      "show_sandbox_datasets": true,
      "owner": {
        "id": 1000006,
        "username": "owner",
        "first_name": "searchquery",
        "last_name": "User_1",
        "image": {
          "original": "/paperclip/users/images/001/000/006/original/User.png?1554329366",
          "icon": "/paperclip/users/images/001/000/006/icon/User.png?1554329366",
          "entity_type": "image",
          "complete_json": true
        },
        "is_deleted": null,
        "auth_method": "internal",
        "ldap_group_id": null,
        "user_type": "analytics_developer",
        "entity_type": "user",
        "using_default_image": false,
        "active_license": true,
        "is_siteadmin": false,
        "roles": [
          "data_admin"
        ],
        "email": "chorususer282295@alpinenow.com",
        "title": "Chief Data Scientist",
        "dept": "Corporation Corp., Inc.",
        "notes": "One of our top performers",
        "admin": false,
        "subscribed_to_emails": true,
        "tags": [],
        "deactivated_at": null,
        "complete_json": true
      },
      "is_member": true,
      "is_project": true,
      "project_status": "on_track",
      "project_status_reason": null,
      "milestone_count": 3,
      "milestone_completed_count": 0,
      "project_target_date": "2019-04-28T00:00:00Z",
      "complete_json": true
    },
    "has_credentials": true,
    "tags": [],
    "complete_json": true
  }
}