The File Browser application lets you browse and manipulate files and directories in the Hadoop Distributed File System (HDFS) while using Hue. With File Browser, you can:
File Browser is one of the applications installed as part of Hue. For information about installing and configuring Hue, see Hue Installation in http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/latest/CDH4-Installation-Guide/CDH4-Installation-Guide.html.
Click the File Browser icon () in the navigation bar at the top of the Hue browser page.
You can use File Browser to view the input and output files of your MapReduce jobs. Typically, you can save your output files in /tmp or in your home directory if your system administrator set one up for you. You must have the proper permissions to manipulate other user's files.
To change to your home directory, click Home in the path field at the top of the File Browser window.
The Home button is disabled if you do not have a home directory. Ask a Hue administrator to create a home directory for you.
You can upload text and binary files to the HDFS.
You can download text and binary files to the HDFS.
You can upload zip archives to the HDFS. The archive is uploaded and extracted to a directory named archivename.
File Browser supports the HDFS trash folder (home directory/.Trash) to contain files and directories before they are permanently deleted. Files in the folder have the full path of the deleted files (in order to be able to restore them if needed) and checkpoints. The length of time a file or directory stays in the trash depends on HDFS properties. For information on how to configure the HDFS trash folder, see Enabling Trash. in http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/latest/CDH4-Installation-Guide/CDH4-Installation-Guide.html.
Only the Hadoop superuser can change a file's or directory's owner, group, or permissions. The user who starts Hadoop is the Hadoop superuser. The Hadoop superuser account is not necessarily the same as a Hue superuser account. If you create a Hue user (in User Admin) with the same user name and password as the Hadoop superuser, then that Hue user can change a file's or directory's owner, group, or permissions.
To search for files or directories by name using the query search box, enter the name of the file or directory in the query search box. File Browser lists the files or directories matching the search criteria.