Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1079

Add dependencies to Using Maven section of download page

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • Not Applicable
    • Documentation
    • None

    Description

      On the main website Download page (http://systemml.apache.org/download), we have a Using Maven section, showing the following dependency:

      <dependency>
         <groupId>org.apache.systemml</groupId>
         <artifactId>systemml</artifactId>
         <version>0.10.0-incubating</version>
      </dependency>
      

      However, if a user would like to use SystemML as a library in another project, additional dependencies are needed since most SystemML dependencies are 'provided' scope in the pom.xml.

      For example, here is an example of additional dependencies to use SystemML as a library:

      <dependency>
           <groupId>org.apache.systemml</groupId>
           <artifactId>systemml</artifactId>
           <version>0.12.0-SNAPSHOT</version>
      </dependency>
      <dependency>
           <groupId>org.apache.spark</groupId>
           <artifactId>spark-core_2.10</artifactId>
           <version>1.4.1</version>
      </dependency>
      <dependency>
           <groupId>org.apache.spark</groupId>
           <artifactId>spark-sql_2.10</artifactId>
           <version>1.4.1</version>
      </dependency>
      <dependency>
           <groupId>org.apache.spark</groupId>
           <artifactId>spark-mllib_2.10</artifactId>
           <version>1.4.1</version>
      </dependency>
      

      For additional information, see https://www.mail-archive.com/dev@systemml.incubator.apache.org/msg00988.html

      Attachments

        Activity

          People

            deron Jon Deron Eriksson
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: