sahara-dashboard/saharadashboard/tests/resources
Chad Roberts 9cc79ab36d Renaming savannadashboard directory to saharadashboard
* Renaming savannadashboard directory to saharadashboard which
also includes updating all of the places where that package
is referenced.
* Also including some renaming in the documentation.
* Changing the name of the top level panel to Sahara
* Changing the name of the top level Dashboard class to SaharaDashboard

Partial-Implements: blueprint savanna-renaming-dashboard

Change-Id: If51b85d22ec7798c214c56189359260198e69374
2014-03-12 13:52:59 -04:00
..
README.rst Renaming savannadashboard directory to saharadashboard 2014-03-12 13:52:59 -04:00
edp-job.jar Renaming savannadashboard directory to saharadashboard 2014-03-12 13:52:59 -04:00
edp-job.pig Renaming savannadashboard directory to saharadashboard 2014-03-12 13:52:59 -04:00
edp-lib.jar Renaming savannadashboard directory to saharadashboard 2014-03-12 13:52:59 -04:00

README.rst

README for resources

Resources in this directory using for check EDP for Sahara. For this purpose the cluster with oozie by process is created. With these resources created and launched jobs. Success of performance of jobs is checked.

Pig job

Description.

Resources 'edp-job.pig' and 'edp-lib.jar' used for create oozie job that deletes all symbols in line after ":".

Example:

input file: """ qweqwe qweqweqwe: qweqweqwe:qwe :ertertert asd """

output file: """ qweqwe qweqweqwe asd """

Sources.

Link for 'edp-job.pig': https://github.com/apache/oozie/blob/branch-4.0/examples/src/main/apps/pig/id.pig

Source for 'edp-lib.jar': https://github.com/apache/oozie/blob/branch-4.0/examples/src/main/java/org/apache/oozie/example/DateList.java

MapReduce job

Description.

Resource 'edp-job.jar' used for create oozie job which counts the characters in file and displays values at end of each line.

Example:

input file: """ qweqwe qweqweqwe: qweqweqwe:qwe :ertertert asd """

output file: """ qweqwe 6 qweqweqwe: 16 qweqweqwe:qwe 29 :ertertert 39 asd 42 """

Sources.

Sources for 'edp-job.jar': https://github.com/apache/oozie/blob/branch-4.0/examples/src/main/java/org/apache/oozie/example/SampleMapper.java https://github.com/apache/oozie/blob/branch-4.0/examples/src/main/java/org/apache/oozie/example/SampleReducer.java