You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.'
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
The text was updated successfully, but these errors were encountered: