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 <[email protected]> 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 <[email protected]> > 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, > > >
