tuhaihe commented on PR #10: URL: https://github.com/apache/cloudberry-pxf/pull/10#issuecomment-3405024981
I tried to build and install this branch for PXF locally, and the process looks good. When running `make TEST=HdfsSmokeTest` and `make GROUP=gpdb`, some warnings and errors appeared for your information. For `make TEST=HdfsSmokeTest`: ``` [INFO] Trying to retrieve credentials from gcloud... [INFO] Failed to retrieve credentials from gcloud: Failed to get access token from gcloud: Cannot run program "gcloud": error=2, No such file or directory [INFO] ArtifactRegistry Maven Wagon: No credentials could be found. [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 73 kB/s) [INFO] Downloading from test-dependencies: artifactregistry://us-central1-maven.pkg.dev/data-gpdb-ud/pxf-automation-test/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] ArtifactRegistry Maven Wagon: Retrieving credentials... [INFO] Trying Application Default Credentials... [INFO] Failed to retrieve Application Default Credentials: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information. ``` For `make GROUP=gpdb`: ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for org.greenplum.pxf.automation:pxf-automation:jar:0.0.1-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.greenplum:pxf-api:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 83, column 22 [WARNING] 'dependencies.dependency.version' for org.greenplum:pxf-hbase:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 91, column 22 [WARNING] 'dependencies.dependency.version' for org.greenplum:pxf-hdfs:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 99, column 22 [WARNING] 'dependencies.dependency.version' for org.greenplum:pxf-hive:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 107, column 22 [WARNING] 'dependencies.dependency.version' for org.greenplum:pxf-extras:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 117, column 22 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
