May 2017
Beginner to intermediate
596 pages
15h 2m
English
We have selected PostgreSQL as our relational database, which we would be using both as a metastore as well as a data store for relational information. While the sample described in this chapter may correspond to Sqoop, the installation will be reused across the chapter.
PostgreSQL provides ready packages for almost all the common operating systems. For Linux, the PostgreSQL is available as a standard package that can be installed using native package installer. On CentOS 7, we followed the following steps.
sudo yum install postgresql-server*
sudo service ...