├── Dockerfile ├── README.md └── files ├── beeline.sh ├── hive-site.xml ├── init.sh └── start.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/README.md -------------------------------------------------------------------------------- /files/beeline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/files/beeline.sh -------------------------------------------------------------------------------- /files/hive-site.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/files/hive-site.xml -------------------------------------------------------------------------------- /files/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/files/init.sh -------------------------------------------------------------------------------- /files/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaminem/docker-hive-spark/HEAD/files/start.sh --------------------------------------------------------------------------------