Skip to content

mgid/docker-hadoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop test

Lightweight docker image with Apache Hadoop for integration testing

.gitlab-ci.yml example:

integration-test:
  stage: test
  services:
    - name: mgid/hadoop:latest
      alias: hadoop
  when: manual
  script:
    - curl -s 'http://hadoop:50070/webhdfs/v1/?user.name=root&op=GETFILESTATUS'

About

Lightweight docker image with Apache Hadoop for integration testing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages