# hdfs-gui **Repository Path**: awol2010ex/hdfs-gui ## Basic Information - **Project Name**: hdfs-gui - **Description**: A Hdfs File GUI Software - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2025-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Hdfs GUI

A Hdfs File GUI Software.

Key FeaturesHow To UseDownloadCreditsRelatedLicense

![screenshot](doc\screenshot.png) ## Key Features * Hdfs Files list, read and display , write , upload ,set permissions , delete files and directories , set file acls , show folder content summary. * Hdfs Orc, Parquet viewer,show struct ,export to csv. * Hdfs Avro viewer Support * Cross platform - Windows, macOS and Linux ready. ## How To Use To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line: ```bash # Clone this repository $ git clone https://github.com/awol2005ex/hdfs-gui.git # Go into the repository $ cd hdfs-gui # Install dependencies $ npm install # Run the app $ npm run tauri build ``` # Hdfs namenode HA example ``` hdfs_url:hdfs://nameservice1 config: { "dfs.nameservices":"nameservice1", "dfs.namenode.rpc-address.nameservice1.namenode1":"node1:8020", "dfs.namenode.rpc-address.nameservice1.namenode2":"node1:8020", "dfs.ha.namenodes.nameservice1":"namenode1,namenode2", "dfs.namenode.keytab.file":"/opt/xxx.keytab", "dfs.namenode.keytab.enabled":"true", "dfs.namenode.kerberos.principal":"xxx@XXX.COM" } ``` ## Download You can [download](https://github.com/awol2005ex/hdfs-gui/releases/tag/v0.2.0) the latest installable version of hdfs-gui for Windows (install MT kerberos first and set PATH to the path of kinit) ## License Apache License 2.0 ---