vagrant-hadoop-spark-hive icon indicating copy to clipboard operation
vagrant-hadoop-spark-hive copied to clipboard

Vagrant project to spin up a single virtual machine running current versions of Hadoop, Hive and Spark

Results 6 vagrant-hadoop-spark-hive issues
Sort by recently updated
recently updated
newest added

when I tried to launch the spark shell example in https://github.com/alexholmes/vagrant-hadoop-spark-hive/blob/master/VALIDATING.md I was not able to get a live spark context (sc). This was because the sparkContext had already closed...

I worked on bumping the Centos, Spark, Hadoop, and Java versions, And also corrected a few minor bugs, including JPS not installing, YARN not working with Java 8.

When you clone the project on Windows, the .sh files in the scripts/ folder end up with CRLF endings and hence all fail to execute. I suggest adding a .gitattributes...

Hi I used your scripts to work it on ubuntu, while running word count I am getting following error - Got exception: java.io.IOException: Failed on local exception: java.net.SocketException: Invalid argument;...

In the 0.3.0 release version it says `Spark 2.5.1 -> 2.6.0`, shouldn't it be `Spark 1.5.1 -> 1.6.0` ?

Logging initialized using configuration in jar:file:/usr/local/apache-hive-1.2.1-bin/lib/hive-common-1.2.1.jar!/hive-log4j.properties Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:522)