Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do we need yarn for opentsdb #2259

Open
vadirajks opened this issue Sep 16, 2022 · 1 comment
Open

do we need yarn for opentsdb #2259

vadirajks opened this issue Sep 16, 2022 · 1 comment

Comments

@vadirajks
Copy link

Hi Team,
I read from the documentation that opentsdb only need's hdfs and hbase.
Do i really need yarn in production setup?...if i am only setting up haddop to use opentsdb do i really need yarn?
why i need yarn if it is required?
please can anyone explain me.
Thanks and regards,
Vadiraj

@akinsse
Copy link

akinsse commented Sep 28, 2022

No, HBase can use Hadoop for columnar without Yarn. OpenTSDB is essentially utilizing the HBase data structure and storage processes to store and recall scalar metrics. This can be done without yarn.

If you're running any other jobs that would require a Map-Reduce process on anything in Hadoop or HBase, you'd need Yarn.

HBase Documentation:
https://hbase.apache.org/book.html#confirm
Section 6: Running and Confirming Your Installation
'HBase does not normally use the MapReduce or YARN daemons. These do not need to be started.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants