HDFS File Permission (legacy)

This node allows to change the file permissions of HDFS files and directories. Permissions are managed in three distinct scopes e.g. user, group, and others. Character 2, 3 and 4 specify the user rights, 5, 6 and 7 the group rights and 8,9 and 10 the rights for all other users. Character 1 specifies if the file is a file "-" or directory "d" and can not changed. The following table illustrates some of the possible permissions:
Symbolic notationDescription
----------no permission
---x--x--xexecute
--w--w--w-write
-r--r--r--read
-r-xr-xr-xread and execute
-rw-rw-rw-read and write
-rwxrwxrwxread, write and execute
-rwx------read, write and execute for the owner
----rwx---read, write and execute for the group
-------rwxread, write and execute for all others

This legacy file handling node has been replaced by the Set Files/Folders Permissions node and will be deprecated in the foreseeable future. For further information about the new file handling framework see the File Handling Guide.

Options

URI column
The data column with the URIs of files and directories to change the file permissions for.
Unix style file permission
The file permissions based on the symbolic notation for Unix permissions.

Input Ports

Icon
Port object containing the HDFS connection information.
Icon
Input table with the URIs of files and directories to change the file permission for.

Output Ports

Icon
Unaltered input table.

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.