-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add maximum chunk size to data lake store docs. #4464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,7 +64,7 @@ | |
| "format": "file" | ||
| }, | ||
| "required": true, | ||
| "description": "The file contents to include when appending to the file." | ||
| "description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks." | ||
| }, | ||
| { | ||
| "name": "appendMode", | ||
|
|
@@ -277,14 +277,16 @@ | |
| } | ||
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{destinationPath}": { | ||
| } | ||
| }, | ||
| "x-ms-paths": { | ||
| "/webhdfs/v1/{destinationPath}?op=CONCAT": { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a process to deprecate this Concat. We should only have MSConcat. Concat has some problem for which customer faces issues.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes we can add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes I think we should do that. Concat takes in input as queryparameters which causes another IIS filtering 404 error which is notoriously difficult to catch.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done, see latest commit. |
||
| "post": { | ||
| "tags": [ | ||
| "FileSystem" | ||
| ], | ||
| "operationId": "FileSystem_Concat", | ||
| "description": "Concatenates the list of source files into the destination file, removing all source files upon success.", | ||
| "description": "Concatenates the list of source files into the destination file, removing all source files upon success. This operation has been deprecated, please use operation FileSystem_MsConcat instead.", | ||
| "parameters": [ | ||
| { | ||
| "name": "destinationPath", | ||
|
|
@@ -329,10 +331,11 @@ | |
| "$ref": "#/definitions/AdlsError" | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "deprecated": true | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{msConcatDestinationPath}": { | ||
| "/webhdfs/v1/{msConcatDestinationPath}?op=MSCONCAT": { | ||
| "post": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -395,7 +398,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{listFilePath}": { | ||
| "/webhdfs/v1/{listFilePath}?op=MSLISTSTATUS": { | ||
jhendrixMSFT marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "get": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -463,7 +466,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/va/{getContentSummaryFilePath}": { | ||
| "/webhdfs/va/{getContentSummaryFilePath}?op=GETCONTENTSUMMARY": { | ||
| "get": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -509,7 +512,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{getFilePath}": { | ||
| "/webhdfs/v1/{getFilePath}?op=MSGETFILESTATUS": { | ||
jhendrixMSFT marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "get": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -555,7 +558,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{flushFilePath}": { | ||
| "/webhdfs/v1/{flushFilePath}?op=APPEND;append=true;flush=true": { | ||
| "post": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -621,7 +624,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{directFilePath}": { | ||
| "/webhdfs/v1/{directFilePath}?op=APPEND": { | ||
| "post": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -647,7 +650,7 @@ | |
| "format": "file" | ||
| }, | ||
| "required": true, | ||
| "description": "The file contents to include when appending to the file." | ||
| "description": "The file contents to include when appending to the file. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks." | ||
| }, | ||
| { | ||
| "name": "offset", | ||
|
|
@@ -719,7 +722,7 @@ | |
| "format": "file" | ||
| }, | ||
| "required": false, | ||
| "description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified." | ||
| "description": "The file contents to include when creating the file. This parameter is optional, resulting in an empty file if not specified. The maximum content size is 4MB. For content larger than 4MB you must append the content in 4MB chunks." | ||
| }, | ||
| { | ||
| "name": "overwrite", | ||
|
|
@@ -834,7 +837,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{setAclFilePath}": { | ||
| "/webhdfs/v1/{setAclFilePath}?op=SETACL": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -884,7 +887,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{modifyAclFilePath}": { | ||
| "/webhdfs/v1/{modifyAclFilePath}?op=MODIFYACLENTRIES": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -934,7 +937,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{removeAclFilePath}": { | ||
| "/webhdfs/v1/{removeAclFilePath}?op=REMOVEACLENTRIES": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -984,7 +987,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{defaultAclFilePath}": { | ||
| "/webhdfs/v1/{defaultAclFilePath}?op=REMOVEDEFAULTACL": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -1027,7 +1030,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{aclFilePath}": { | ||
| "/webhdfs/v1/{aclFilePath}?op=REMOVEACL": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -1114,7 +1117,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{filePath}": { | ||
| "/webhdfs/v1/{filePath}?op=DELETE": { | ||
| "delete": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -1167,7 +1170,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{renameFilePath}": { | ||
| "/webhdfs/v1/{renameFilePath}?op=RENAME": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -1220,7 +1223,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{setOwnerFilePath}": { | ||
| "/webhdfs/v1/{setOwnerFilePath}?op=SETOWNER": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
@@ -1277,7 +1280,7 @@ | |
| } | ||
| } | ||
| }, | ||
| "/webhdfs/v1/{setPermissionFilePath}": { | ||
| "/webhdfs/v1/{setPermissionFilePath}?op=SETPERMISSION": { | ||
| "put": { | ||
| "tags": [ | ||
| "FileSystem" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.