You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone help here (or editing INSTALL) with more explainations?
INSTALL_DIR and PATH should point to the lib and the bin folders of the
database server's binary. For example, if postgres is installed at:
/usr/local/pgsql
then
INSTALL_DIR=/usr/local/pgsql/lib
PATH=/usr/local/pgsql/bin:$PATH
Now if you try the command:
which pg_config
on the terminal then it must show:
/usr/local/pgsql/bin/pg_config
About Hive's JDBC ... We have a ready-to-use Cloudera JDBC v2-6-5: can we use that? instead of compiling the C++ ... Or is the JDBC-FDW "all in one"?
We haven’t tested with external hive client jar file. So couldn’t comment. Feel free to try that out and let us know your experience.
We are trying to understand hdfs_fdw/INSTALL... It's not easy (!).
Steps we do:
cd /tmp; wget https://github.com/EnterpriseDB/hdfs_fdw/archive/refs/heads/master.zip
cd /tmp/hdfs_fdw-master/
/path/to/ppas
? Where (file and line) I need to include thepg_config
path?Questions:
Can someone help here (or editing INSTALL) with more explainations?
About Hive's JDBC ... We have a ready-to-use Cloudera JDBC v2-6-5: can we use that? instead of compiling the C++ ... Or is the JDBC-FDW "all in one"?
Our context
with JAVA openjdk version "1.8.0_422" and javac 1.8.0_422
The text was updated successfully, but these errors were encountered: