All Projects → sdadas → fsbrowser

sdadas / fsbrowser

Licence: GPL-3.0 license
Fast desktop client for Hadoop Distributed File System

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to fsbrowser

Dynamometer
A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
Stars: ✭ 122 (+351.85%)
Mutual labels:  hadoop, hdfs
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+296.3%)
Mutual labels:  hadoop, hdfs
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (+455.56%)
Mutual labels:  hadoop, hdfs
aaocp
一个对用户行为日志进行分析的大数据项目
Stars: ✭ 53 (+96.3%)
Mutual labels:  hadoop, hdfs
hive to es
同步Hive数据仓库数据到Elasticsearch的小工具
Stars: ✭ 21 (-22.22%)
Mutual labels:  hadoop, hdfs
Ibis
A pandas-like deferred expression system, with first-class SQL support
Stars: ✭ 1,630 (+5937.04%)
Mutual labels:  hadoop, hdfs
docker-hadoop
Docker image for main Apache Hadoop components (Yarn/Hdfs)
Stars: ✭ 59 (+118.52%)
Mutual labels:  hadoop, hdfs
Camus
Mirror of Linkedin's Camus
Stars: ✭ 81 (+200%)
Mutual labels:  hadoop, hdfs
HDFS-Netdisc
基于Hadoop的分布式云存储系统 🌴
Stars: ✭ 56 (+107.41%)
Mutual labels:  hadoop, hdfs
bigdata-doc
大数据学习笔记,学习路线,技术案例整理。
Stars: ✭ 37 (+37.04%)
Mutual labels:  hadoop, hdfs
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+40607.41%)
Mutual labels:  hadoop, hdfs
datasqueeze
Hadoop utility to compact small files
Stars: ✭ 18 (-33.33%)
Mutual labels:  hadoop, hdfs
Repository
个人学习知识库涉及到数据仓库建模、实时计算、大数据、Java、算法等。
Stars: ✭ 92 (+240.74%)
Mutual labels:  hadoop, hdfs
Hdfs Shell
HDFS Shell is a HDFS manipulation tool to work with functions integrated in Hadoop DFS
Stars: ✭ 117 (+333.33%)
Mutual labels:  hadoop, hdfs
Wifi
基于wifi抓取信息的大数据查询分析系统
Stars: ✭ 93 (+244.44%)
Mutual labels:  hadoop, hdfs
Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (+496.3%)
Mutual labels:  hadoop, hdfs
Jsr203 Hadoop
A Java NIO file system provider for HDFS
Stars: ✭ 35 (+29.63%)
Mutual labels:  hadoop, hdfs
Learning Spark
零基础学习spark,大数据学习
Stars: ✭ 37 (+37.04%)
Mutual labels:  hadoop, hdfs
teraslice
Scalable data processing pipelines in JavaScript
Stars: ✭ 48 (+77.78%)
Mutual labels:  hadoop, hdfs
skein
A tool and library for easily deploying applications on Apache YARN
Stars: ✭ 128 (+374.07%)
Mutual labels:  hadoop, hdfs

FSBrowser

FSBrowser is a desktop GUI client for Hadoop Distributed File System. The application can be used as a more efficient alternative to Hue's file browser, especially on IO heavy operations, since it is based on native hadoop libraries instead of HttpFS.

app

Features

  • Sending files and directories:
    • Between local file system and HDFS
    • Between different HDFS clusters (DistCp)
  • Browsing, searching, sorting directories with milions of files
  • Support for creating and browsing Hadoop Archives (HARs)
  • GUI interface for hadoop tools:
    • Distributed copy (DistCp)
    • File System Check (fsck)
  • Utils for cleaning temporary and staging directories
  • Multiple active connections (tabs)

Installation

  1. Maven and JDK8 are the only compile-time prerequisites. Build application with mvn package.
  2. Run java -jar target/fsbrowser.jar.

Note that some actions require additional native hadoop libraries (for example DistCp or Hadoop Archive tools). While FSBrowser will run without them, it's recommended to have them installed. For Windows, you can download precompiled binary package here. After extracting, set HADOOP_HOME environment variable to the extracted directory and add bin subdirectory to your PATH variable.

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].