Skip to content

Using Ceph instead of HDFS as the storage system of Hadoop.

Notifications You must be signed in to change notification settings

MacChen02/hadoop-fs-ceph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hadoop-fs-ceph

Introduction

Using Ceph instead of HDFS as the storage system of Hadoop separates computing and storage resources, and realizes on-demand, elastic resource expansion.

Building

(1) Install Ceph, Java and Maven.

(2) Build this module using the following command in "hadoop-fs-ceph/" folder.

mvn package -DskipTests

(3) Get "hdfs-ceph-3.1.1.jar" from the "hadoop-fs-ceph/target/" folder.

(4) Get "librgw_jni.so" from the "hadoop-fs-ceph/target/" folder.

Contact

Hadoop is distributed through GitHub. For the latest version, a bug tracker, and other information, see

http://hadoop.apache.org/

or the repository at

https://github.com/apache/hadoop/tree/release-3.1.1-RC0

About

Using Ceph instead of HDFS as the storage system of Hadoop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.9%
  • C 35.1%