Details
-
Improvement
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
1.4.7
-
Patch
Description
Current Postgres direct import requires the installation of the psql utility on all hadoop nodes. However, due to system constraints, this may not always be possible.
It should be noted that Postgres provides a Java API which can execute the same copy command as the psql utility. As such, it would be more ideal to remove the psql utility dependency and switch to the Postgres Java API.