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
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
I have successfully ran the command. gppkg -i /usr/local/pdltools-1.8-gpdb4.3orca-rhel5-x86_64.gppkg -a -v
When I try to install the pdltools in the database I get the following:
[gpadmin@ldpidpgpma01 local]$ /usr/local/greenplum-db/pdltools/bin/pdlpack install -s pdltools -p greenplum -S sugarlib -M madlib -c gpadmin@ldpidpgpma01:5432/idap -v
Password for user gpadmin:
pdlpack.py : INFO : Detected greenplum version 4.3.
pdlpack.py : ERROR : This version is not among the greenplum versions for which PDL Tools support files have been installed (4.3ORCA).
[gpadmin@ldpidpgpma01 local]$
If this is the wrong version of PDL tools then provide me with the correct version of PDL tools.
My GP database version is
[gpadmin@ldpidpgpma01 local]$ /usr/local/greenplum-db/pdltools/bin/pdlpack install -s pdltools -p greenplum -S sugarlib -M madlib -c gpadmin@ldpidpgpma01:5432/idap -v
Password for user gpadmin:
pdlpack.py : INFO : Detected greenplum version 4.3.
pdlpack.py : ERROR : This version is not among the greenplum versions for which PDL Tools support files have been installed (4.3ORCA).
[gpadmin@ldpidpgpma01 local]$
The text was updated successfully, but these errors were encountered:
@laurenamber Please try this workaround for now:
The install of gppkg likely creates a folder or path similar to this: /usr/local/greenplum-db/pdltools/Versions/1.8/ports/greenplum/4.3ORCA
Try creating a 4.3 folder e.g: /usr/local/greenplum-db/pdltools/Versions/1.8/ports/greenplum/4.3
and copy the lib subdirectory from 4.3ORCA to the 4.3 folder.
Then re-run the pdlpack install command.
Let us know if this works for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have successfully ran the command. gppkg -i /usr/local/pdltools-1.8-gpdb4.3orca-rhel5-x86_64.gppkg -a -v
When I try to install the pdltools in the database I get the following:
[gpadmin@ldpidpgpma01 local]$ /usr/local/greenplum-db/pdltools/bin/pdlpack install -s pdltools -p greenplum -S sugarlib -M madlib -c gpadmin@ldpidpgpma01:5432/idap -v
Password for user gpadmin:
pdlpack.py : INFO : Detected greenplum version 4.3.
pdlpack.py : ERROR : This version is not among the greenplum versions for which PDL Tools support files have been installed (4.3ORCA).
[gpadmin@ldpidpgpma01 local]$
If this is the wrong version of PDL tools then provide me with the correct version of PDL tools.
My GP database version is
[gpadmin@ldpidpgpma01 local]$ /usr/local/greenplum-db/pdltools/bin/pdlpack install -s pdltools -p greenplum -S sugarlib -M madlib -c gpadmin@ldpidpgpma01:5432/idap -v
Password for user gpadmin:
pdlpack.py : INFO : Detected greenplum version 4.3.
pdlpack.py : ERROR : This version is not among the greenplum versions for which PDL Tools support files have been installed (4.3ORCA).
[gpadmin@ldpidpgpma01 local]$
The text was updated successfully, but these errors were encountered: