Mahout core jar in latest Mahout 0.11.0 is missing - mahout

I am using the latest Mahout release Mahout 0.11.0.In previous version fr example there was a file called mahout-core-0.9.jar.But in this version and also 0.10.0 I have not found any such file.
Where is the file in the latest version.
Please somebody help me.

In Mahout 0.10.0 the mahout-core artifact was refactored into 2 new artifacts: mahout-mr and mahout-hdfs. You'll need to include those in place of mahout-core in any Mahout 0.10+ MapReduce projects.

Related

After import of an existing project, the gradle version is less then when creating a Gradle project

When I create a new Gradle project, the Gradle version is 3.3. But when I import an existing Gradle project, the Gradle version is 2.4.11. How are the version determined, especially the last one, because as far as I can see, there is no Gradle version information in the existing Gradle project.
I don't know am I understand your issue correctly or not. But as I understood:
The version of gradle is determined in your build.gradle file.
There is a line there like below:
classpath 'com.android.tools.build:gradle: 2.2.2'
which 2.2.2 is the version.
the highest stable version till now is 2.2.3 (which it is not suitable for me) .
Note that versions above 2.2 need jdk 8 (not work with jdk 7)
I found out that you have to look at the file gradle/wrapper/gradle-wrapper.properties. The last line of this file gives the Gradle version:
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
Before importing an existing Gradle project, maybe you want to edit this line.

Is there a script to upgrade Grails 3.1.x apps to latest 3.1 version?

Is there a recommended process, script, or reference for upgrading Grails 3.1 apps to the latest maintenance release version?
Currently upgrading from 3.1.3 to 3.1.8 and there are some dependency updates (e.g. asset-pipeline) that are not mentioned in the release notes (https://github.com/grails/grails-core/releases). I only found them by comparing configs from a sample create-app run.
This process has worked for me:
First, download the new grails to your machine. I usually download the tar.gz to /usr/local, gunzip, tar xvf, to /usr/local/grails-3.1.8 or whatever.
Second, add this to your .bash_profile:
GRAILS_HOME=/usr/local/grails-3.1.8
export GRAILS_HOME=$GRAILS_HOME
PATH=$PATH:$GRAILS_HOME/bin
export PATH=$PATH
Third:
source .bash_profile
Fourth, go to your projects directory, and:
grails create-app test-3.1.8
cd test-3.1.8
nano build.gradle
Here, you will see the new dependency version numbers that are required
for your new version, in this case 3.1.8. (As I write, 3.1.9 is out.)
Now, go back to your old project's build.gradle and update the
dependency version numbers to match.
Stumbled across this handy repo to automate the app comparison process https://github.com/erichelgeson/grails-versions

which version of sonarqube for depereciated delphi plugin?

I want to use the Delphi plugin for SonarQube, but apparantly it is depreciated. Hence, I would like to install an old version of SonarQube to use it. My 2 questions:
- which version of SonarQube should I use?
- where can I donwload the latest version of the Delphi plugin?
Thanks a lot and regards,
Pieter
We tested and is running the current version of Sonar:
Compatible with SonarQube 4.5.x and SonarQube 5.1.2
https://github.com/fabriciocolombo/sonar-delphi
Release: https://github.com/fabriciocolombo/sonar-delphi/releases
JAR: https://github.com/fabriciocolombo/sonar-delphi/releases/download/0.3.3-SNAPSHOT/sonar-delphi-plugin-0.3.3-SNAPSHOT.jar
PS: Translated from Portuguese to English by Google Translate.
take a look here:
https://github.com/darianmiller/devmachine/wiki/Delphi-Example-Project-for-Sonar
I'm using delphi plugin 0.2 with sonar 3.5.1

Trying to instal jStat - do I need GNU or GSL

I am developing a Ruby-on_rails application that now needs to do some statistical processing. I wish to use jStat. On this page it lists three dependencies including GNU make 3.8 or later. Tried the download and install and it failed. Should I be installing GNU as per instructions or given that it is a R-o-R project use GSL which is a ruby port of the GNU Scientific Library/mathematical package. Thanks
A work collegue Tristian solved the proble by copying jstat.min.js to to the app//assets/javascripts directory - thanks

OpenCV for python 3.X

Does anyone know if I can use the OpenCV library in python 3.X? or should I stick to using scikit-image for task like object recognition?
I want to try out openCV but decided last year to swich from 2.7.
I searched for packets here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
But none exist for python 3
ccsv: As of 4 June 2015, Christoph Gohlke's site is now updated with the latest release of OpenCV 3.0 with Python 3.x bindings:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
AFAIK you can build the latest Trunk of OpenCV yourself with Python 3.x bindings.
As you can see here in the logs, Python 3.x support was added 2013 already and should work.
For information about how you can build OpenCV look here.

Resources