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 Apr 5, 2022. It is now read-only.
I've got a Cloud Foundry instance with the Pivotal HD for Pivotal CF product deployed.
I'm trying to test this deployment by using the pivotal-hd-demo included in this repo, however I'm running into some problems.
Do you know if the sample app is compatible with PHD for PCF?
I'm testing with spring xd 1.0.0.M7 and Pivotal HD for Pivotal CF 1.2.0.0.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I managed to get this working with a couple of adjustments:
create the gpadmin user on my workstation machine
cp -R $XD_HOME/xd/config/ $XD_HOME
I was also getting an ERROR: permission denied for external protocol pxf error when trying to create the external table.
I got around this by SSHing to the hawq-master node, logging into psql and running the create command from there instead.
After that everything's working as expected.
Cheers,
Ed
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I've got a Cloud Foundry instance with the Pivotal HD for Pivotal CF product deployed.
I'm trying to test this deployment by using the pivotal-hd-demo included in this repo, however I'm running into some problems.
Do you know if the sample app is compatible with PHD for PCF?
I'm testing with spring xd 1.0.0.M7 and Pivotal HD for Pivotal CF 1.2.0.0.
Thanks
The text was updated successfully, but these errors were encountered: