Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GIF explaining the above steps: TestingFow TestingFlow

Testing Workflow/Mapreduce:

...

GIF explaning the above steps: TestingWorkflowMR TestingWorkflowMR.gif

Testing Service:

Use-Case-1:

...

GIF explaning the above steps: TestingWorkflowMR TestingWorkflowMR.gif

Use-Case-2:

  1. Go to UserProfileService and Start it.
  2. Make a POST call to /user/{id} end point with the following JSON,

...

GIF explaining the above steps: TestingService TestingService.gif

Testing Spark:

  1. Deploy SparkPageRank app
  2. Inject data by running /cdap/cdap-examples/SparkPageRank/bin/inject-data.sh (the script runs for a couple of minutes)
  3. Start RanksService and TotalPagesPR
  4. Go to SparkPageRankProgram
  5. Click Start
  6. You should see the metrics getting updated in the page

...

GIFs explaining the above steps: AdapterTest1 AdapterTest1.gif gif , TestingAdapter2 TestingAdapter2.gif

Objective: The objective of this test is to see if an adapter can convert a stream that is of format csv to a TPFSAvro dataset that we use internally anywhere.

...