The Apache HBase community does not provide any compatibility matrix
which includes operating systems. The compatibility matrix which HBase
does provide includes Java version, Hadoop version, and some other
expectations like SSH, DNS, and NTP.
https://hbase.apache.org/book.html#basic.prerequisites
On 4/20/21 1:32 AM, Debraj Manna wrote:
Hbase doc lists out few
<http://hbase.apache.org/book.html#_operating_system_specific_issues> Operating
System specific issues
<http://hbase.apache.org/book.html#_operating_system_specific_issues>
Hadoop documentation
<https://hadoop.apache.org/docs/r3.0.0/hadoop-project-dist/hadoop-common/Compatibility.html#:~:text=Currently%20GNU%2FLinux%20and%20Microsoft,Apple%20MacOSX%2C%20Solaris%2C%20etc.>
also states like below. So checking if Hbase also has some
similar requirements and what is the minimum OS version hbase officially
supports.
- Operating Systems: The community SHOULD maintain the same minimum OS
requirements (OS kernel versions) within a minor release. Currently
GNU/Linux and Microsoft Windows are the OSes officially supported by the
community, while Apache Hadoop is known to work reasonably well on other
OSes such as Apple MacOSX, Solaris, etc. Support for any OS SHOULD NOT be
dropped without first being documented as deprecated for a full major
release and MUST NOT be dropped without first being deprecated for at least
a full minor release.
Is there any place I can check in which all OS apache hbase is tested on?
On Tue, Apr 20, 2021 at 10:34 AM Mallikarjun <mallik.v.ar...@gmail.com>
wrote:
Doesn't java philosophy of `*write once and run anywhere*` apply to
hbase/hadoop?
We have deployed our production setup on Debian 7/8/9 at different points
of time.
---
Mallikarjun
On Tue, Apr 20, 2021 at 10:05 AM Debraj Manna <subharaj.ma...@gmail.com>
wrote:
Hi
Can someone let me know if there is a compatibility matrix for different
HBase and OS Versions? Which all OS versions and flavors hbase is tested
on?
I could not find anything in hbase doc <
http://hbase.apache.org/book.html
.
Hadoop hardware/software requirements
<
https://hadoop.apache.org/docs/r3.0.0/hadoop-project-dist/hadoop-common/Compatibility.html#:~:text=Currently%20GNU%2FLinux%20and%20Microsoft,Apple%20MacOSX%2C%20Solaris%2C%20etc
.>
also do not say anything explicitly.
Thanks,