From Fedora Project Wiki

(add info about systemd transition for mysql and postgresql)
(Started sections for HBase and Hive)
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}{{Docs_beat_open}}
{{Docs_beat_open}}
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]


mysql and postgresql have been updated to use native systemd unit files for startup, in place of the SysV-style init scripts.  This should eliminate various unfortunate problems that occurred in Fedora 15 due to systemd's rather poor handling of SysV scripts.  Also, handling of cases where the database server is slow to start up is significantly better than it ever was in the SysV scripts, since in systemd there is no reason not to wait until the server is really ready.


In the case of postgresql, the "service postgresql initdb" and "service postgresql upgrade" actions that were supported by the SysV init script cannot be provided by the systemd unit file.  There is a new standalone script postgresql-setup that provides these functions.  For example, to initialize a new postgresql database, do something like
== Apache HBase ==


sudo postgresql-setup initdb
Apache HBase is Bigtable like data store, built on top of Hadoop.


If you need to run more than one postgresql server on the same machine, you can duplicate and modify the postgresql.service file, as is customary with systemd services.  Add the name of the new service file when you call postgresql-setup to have it extract the PGDATA setting from that service file instead of postgresql.service.


[[Category:Docs Project]]
== Apache Hive ==
[[Category:Draft documentation]]
 
[[Category:Documentation beats]]
Apache Hive is a Hadoop based NoSQL data warehouse.

Revision as of 11:33, 4 April 2014

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer


Apache HBase

Apache HBase is Bigtable like data store, built on top of Hadoop.


Apache Hive

Apache Hive is a Hadoop based NoSQL data warehouse.