Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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.