sekikn opened a new pull request, #1195:
URL: https://github.com/apache/bigtop/pull/1195

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   This PR rewrites repository URLs with https in pom.xml so that Maven 3.8.1+ 
works. Also, it disables MongoDB, Solr 5 and 6 bindings since those require the 
dependencies that are only provided through http.
   
   ### How was this patch tested?
   
   Ran the following commands on CentOS 7 (x86_64).
   
   ```
   $ ./gradlew allclean ycsb-pkg repo -Dbuildwithdeps=true
   
   ...
   
   BUILD SUCCESSFUL in 53m 0s
   79 actionable tasks: 79 executed
   $ cd provisioner/docker
   $ ./docker-hadoop.sh -d -dcp -C config_centos-7.yaml -G -L -k 
hdfs,hbase,ycsb -s ycsb -c 1
   
   ...
   
   > Task :bigtop-tests:smoke-tests:ycsb:test
   Finished generating test XML results (0.01 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/ycsb/build/test-results/test
   Generating HTML test report...
   Finished generating test html results (0.025 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/ycsb/build/reports/tests/test
   Now testing...
   :bigtop-tests:smoke-tests:ycsb:test (Thread[Daemon worker,5,main]) 
completed. Took 3 mins 1.217 secs.
   
   BUILD SUCCESSFUL in 3m 27s
   ```
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'BIGTOP-3638. Your PR title ...')?
   - [x] Make sure that newly added files do not have any licensing issues. 
When in doubt refer to https://www.apache.org/licenses/


-- 
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]

Reply via email to