Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Fire sanity check manually?

avatar
Rising Star

Hi, could I fire sanity check manually? Thanks.

2 ACCEPTED SOLUTIONS

avatar
You can just run a sample pi job to test Hadoop Yarn.

View solution in original post

avatar
Contributor
  • A smoke test is scripted, either using a written set of tests or an automated test
  • A Smoke test is designed to touch every part of the application in a cursory way. It’s shallow and wide.
  • Smoke testing is conducted to ensure whether the most crucial functions of a program are working, but not bothering with finer details. (Such as build verification).
  • Smoke testing is normal health check up to a build of an application before taking it to testing in depth

View solution in original post

6 REPLIES 6

avatar
Super Guru

Hi,

 

Can you please give a bit more information regarding what sanity check you want to perform? For what compoenent? (MR, YARN, Oozie?)

 

Thanks

avatar
Rising Star
Hi, I mean YARN service. Thanks.

avatar
You can just run a sample pi job to test Hadoop Yarn.

avatar
Rising Star
OK, this is easy.

avatar
Contributor
  • A smoke test is scripted, either using a written set of tests or an automated test
  • A Smoke test is designed to touch every part of the application in a cursory way. It’s shallow and wide.
  • Smoke testing is conducted to ensure whether the most crucial functions of a program are working, but not bothering with finer details. (Such as build verification).
  • Smoke testing is normal health check up to a build of an application before taking it to testing in depth

avatar
Rising Star
OK. Thanks.