GithubHelp home page GithubHelp logo

bbockelm / cvmfs-cache-hdfs Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 34 KB

CVMFS cache plugin for a HDFS backend

License: BSD 3-Clause "New" or "Revised" License

CMake 18.78% C++ 75.74% Shell 5.48%
cvmfs hdfs

cvmfs-cache-hdfs's Introduction

CVMFS Cache Plugin for HDFS

This plugin, when enabled, provides a site-wide HDFS storage.

Example configuration:

CVMFS_CACHE_PRIMARY=tiered
CVMFS_CACHE_tiered_TYPE=tiered
CVMFS_CACHE_tiered_UPPER=posix
CVMFS_CACHE_posix_TYPE=posix
CVMFS_CACHE_posix_SHARED=yes
CVMFS_CACHE_tiered_LOWER=hdfs
CVMFS_CACHE_hdfs_TYPE=external
# Multiple arguments must be comma-separated.
CVMFS_CACHE_hdfs_CMDLINE=/usr/libexec/cvmfs-cache-hdfs/cvmfs-cache_hdfs_plugin,/etc/cvmfs/cvmfs-cache-hdfs.conf
CVMFS_CACHE_hdfs_LOCATOR=unix=/var/run/cvmfs/cvmfs-cache_hdfs.socket

A few notes about the command-line arguments for the HDFS plugin:

  • First argument is the path to the plugin script; this script sets up environment variables for Java, then executes the underlying C++ program. You can override the environment variables set here by making additions to /etc/sysconfig/cvmfs-cache-hdfs.
  • The second argument (required) is the config file location.
  • Additional arguments are key=value pairs that are overrides to configuration file settings.

The LOCATOR configuration variable for the CVMFS config MUST have the same value as the plugin's config file.

Install dependencies

  • cvmfs-devel of 2.4.0 or later.
  • bigtop-utils for bootstrapping CVMFS environment.

cvmfs-cache-hdfs's People

Contributors

bbockelm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.