Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 392 Bytes

Apache Hadoop and Hive

Docker image to setup Apache Hadoop and Hive using derby as metastore backend.

Version

  • Oracle Java 8
  • Apache Hadoop - 2.7.2
  • Apache Hive - 2.1.0

Setup

  1. Install docker
  2. Execute to start Hive CLI
    docker run -i -t nagasuga/docker-hive /bin/bash -c 'cd /usr/local/hive && ./bin/hive'