Questions tagged [onefs]
4 questions
4
votes
1 answer
What are advantage of Isilon OneFS File System Access Api over accessing the file system using SMB or NFS?
I want to create some utility that read/write the files with permission (ACL) from/to Isilon server. This utility will access the server either on LAN or VPN. Here my main concern is to achieve performance too for file/folder enumeration and copy…

Romil Kumar Jain
- 20,239
- 9
- 63
- 92
0
votes
0 answers
File domain patron error when running spark streaming
I faced this error when running my application for several hours.
My spark application read stream from a streaming hudi table (hudi table that is constantly updated) and write to a parquet file. There is another stream read that same parquet file…

QuangTM
- 3
- 3
0
votes
1 answer
400 Bad Request on OneFS API POST request
I'm trying to create a storage quota on our Isilon cluster via the OneFS REST API. I'm using a class library from a former EMC engineer and added my own method to create a quota but cannot figure out why the 400 error is being returned. This is…

JLudt
- 9
- 6
0
votes
0 answers
Cannot remove folder - Isilon REST API returns error 409
I was getting a 409 error instead of 200 when trying to delete the folder via Isilon Rest API.
Below is the exception I got:
System.Net.Http.HttpRequestException: Response status code does not indicate success: 409 (Conflict).
I then had a look at…

woodykiddy
- 6,074
- 16
- 59
- 100