Skip to content

manual/enterprise/bigdata-spark-sparkpi

Description

Functional tests of Spark - sparkpi

Maintainer

  • milosz.wasilewski@linaro.org
  • ganesh.raju@linaro.org

OS

  • centos
  • debian

Scope

  • functional

Devices

  • d02
  • d03
  • d05
  • overdrive
  • moonshot

Steps to reproduce

  • Make sure OpenJDK8 is installed by typing: $ java -version NOTE: If this step fails, then fail the test
  • Follow the steps of Installation from wiki 'https://wiki.linaro.org/LEG/Engineering/BigData/Installing_Hadoop_2_7_2_Spark_2_0_Hive_2_1_0'
  • Verify apache spark installation by testing spark shell. By typing: $ SPARK_HOME/bin/spark-shell --master local[*]
  • Run sparkpi example workload. By typing: $ SPARK_HOME/bin/run-example SparkPi 100
  • Run the following command to quit from spark-shell $ exit()