summaryrefslogtreecommitdiff
path: root/manual/enterprise
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-11-21 16:28:02 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-11-22 19:27:25 +0000
commitfaff453907bac36d3ac5300e7bdff973628ee3d1 (patch)
tree89f06a8594e6524936fc0711e7adb11104668533 /manual/enterprise
parentd0b781318713913c370ca92922da4e096acb7901 (diff)
manual: enterprise: added bigdata hadoop terasort test
Change-Id: Ibb739b938cbd5a6cda54ee985959b85e0c41801a Signed-off-by: Ganesh Raju <ganesh.raju@linaro.org> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'manual/enterprise')
-rw-r--r--manual/enterprise/bigdata-hadoop-terasort.yaml44
1 files changed, 44 insertions, 0 deletions
diff --git a/manual/enterprise/bigdata-hadoop-terasort.yaml b/manual/enterprise/bigdata-hadoop-terasort.yaml
new file mode 100644
index 0000000..729f5fd
--- /dev/null
+++ b/manual/enterprise/bigdata-hadoop-terasort.yaml
@@ -0,0 +1,44 @@
+metadata:
+ name: hadoop-terasort
+ format: "Manual Test Definition 1.0"
+ description: "Functional tests of hadoop"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ os:
+ - CentOS
+ scope:
+ - performance
+ devices:
+ - d02
+ - d03
+ - d05
+ - overdrive
+ - moonshot
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "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 ODPi hadoop installation. By typing:
+ $ hadoop "
+ - "Configure: Add Hadoop User - hduser"
+ - "Configure: Generate ssh key for hduser"
+ - "Configure: Disable IPv6"
+ - "Configure: Configure the app environment"
+ - "Configure: Setup Environment Variables"
+ - "Configure: Modify config files. core-site.xml, mapred-site.xml, hdfs-site.xml"
+ - "Format Namenode"
+ - "Start YARN daemons"
+ - "Validate if Hadoop and all resource managers are running"
+ - "Run teragen, terasort and teravalidate"
+ expected:
+ - "'$ java --version' should display OpenJDK8 as JDK version"
+ - "'$ hadoop command' should display usage help, meaning command works properly."
+ - "'Format Namenode' step should run without errors"
+ - "'Start YARN daemons' steps should run without errors"
+ - "'Validate Hadoop' step should display message 'Started Hadoop nodemanager' and 'Started Hadoop resourcemanager'"
+ - "'Run teragen, terasort and teravalidate' step, should display message that the job is successfully run. 1TB of data is generated and sort and validated. The result should display statistics of run duration."