Closed nareshk355 closed 7 years ago
It seems to be failing when trying to create the directory /home/test/presto/presto-docs/target/html
. Can you do an mvn clean
and try again?
Also, please show the output of running mvn -V
I have tried running mvn clean and mvn install but still getting same errors.
and here is output of mvn -V
test@pts00449-vm4:~/presto/presto-docs$ mvn -V
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T17:27:37+05:30)
Maven home: /usr/local/apache-maven-3.3.3
Java version: 1.8.0_45-internal, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-ppc64el/jre
Default locale: en_IN, platform encoding: UTF-8
OS name: "linux", version: "3.19.0-15-generic", arch: "ppc64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.883 s
[INFO] Finished at: 2015-10-29T11:45:10+05:30
[INFO] Final Memory: 11M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format
It looks like you're running on ppc64. Presto only supports x86_64 on Linux (required for bundled Hadoop JNI libraries) and has many assumptions about the architecture being little endian.
This docs issue might be due to the JNI libraries from the Jython version used by the Maven Sphinx plugin. For now, I suggest you skip that module by removing it from the root pom.xml file.
Hi electrum,
yes we are working on ppc64le, could you please let us the required libraries to build for building presto on ppc64le.
as suggested I skipped the presto-docs module from main build.xml where able to build it bye skipping the test cases, but when I try to run test cases for individual components we are getting test cases failed for some of the components, I think those errors are related to missing JNI libraries only.
Hi IBM now has a program using its Power Development Program to allow any open source developer to use our ppc64le based cloud. There is a little bit of overhead but there is no cost for open source development.
To start, register for the service here: https://www-304.ibm.com/partnerworld/wps/ent/pdp/web/MyProgramAccess?registerosd
and then press the "Please register me as an Open Source Developer" link.
Identify yourself as an Open Source developer and your project, then include the link to any defects you want to test to get your account open (e.g. this defect). That should give you the ongoing ability to access VMs for open source development purposes.
Duplicate of https://github.com/prestodb/presto/issues/3862
traceback log file
please look into issue and help me to resove it