fengyang-nju / example-hdfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important: This repo contains large files and requires git-lfs to be installed

This repo contains sample Failify test cases for HDFS. To make things easier for illustration purposes, the required files from the build directory of v3.1.2 of HDFS built on Ubuntu (using mvn package -Pdist,native -DskipTests -Dtar command) is included in the repo so anyone who wants to try the test cases is not required to build HDFS from scratch.

To run the test cases, first you need to install the following dependencies:

  • Java 8
  • Docker 1.13+
  • Maven 3.x

Also make sure you can run docker commands with the user you are running the tests with. For more information check Failify documentation.

After installing all the dependencies, you can run the test cases using:

$ cd failify
$ mvn test

About


Languages

Language:Shell 71.3%Language:Batchfile 16.5%Language:Java 8.9%Language:XSLT 3.1%Language:Dockerfile 0.2%