Code Monkey home page Code Monkey logo

Comments (5)

SemyonSinchenko avatar SemyonSinchenko commented on June 16, 2024 2

It is a relatively easy task because we have examples of 3.2 and 3.3 submodules in the code. So, I marked it as good first issue.

from graphar.

ShockleysxX avatar ShockleysxX commented on June 16, 2024

Hi, @SemyonSinchenko, i want to have a try, plz assign to me, thanks!

from graphar.

SemyonSinchenko avatar SemyonSinchenko commented on June 16, 2024

@ShockleysxX sure. Let me know if you need some help here.

from graphar.

acezen avatar acezen commented on June 16, 2024

Hi, @ShockleysxX Do you have any progress on this issue, or do you need any help?

from graphar.

acezen avatar acezen commented on June 16, 2024

The permalink to the related code

  • datasources-34 submodule in spark project
    this can refer to the datasource-32 and datasource-33
  • datasources-34 profile in top level pom.xml
    <profiles>
    <profile>
    <id>datasources-32</id>
    <properties>
    <sbt.project.name>graphar</sbt.project.name>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <scala.version>2.12.10</scala.version>
    <scala.binary.version>2.12</scala.binary.version>
    <PermGen>512m</PermGen>
    <MaxPermGen>1024m</MaxPermGen>
    <spark.version>3.2.2</spark.version>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
    <cupid.sdk.version>3.3.8-public</cupid.sdk.version>
    </properties>
    <modules>
    <module>graphar</module>
    <module>datasources-32</module>
    </modules>
    <activation>
    <activeByDefault>true</activeByDefault>
    </activation>
    </profile>
    <profile>
    <id>datasources-33</id>
    <properties>
    <sbt.project.name>graphar</sbt.project.name>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <scala.version>2.12.12</scala.version>
    <scala.binary.version>2.12</scala.binary.version>
    <PermGen>512m</PermGen>
    <MaxPermGen>1024m</MaxPermGen>
    <spark.version>3.3.4</spark.version>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
    <cupid.sdk.version>3.3.8-public</cupid.sdk.version>
    </properties>
    <modules>
    <module>graphar</module>
    <module>datasources-33</module>
    </modules>
    </profile>
    </profiles>
  • new version in spark CI matrix
    matrix:
    include:
    - mvn-profile: "datasources-32"
    spark: "spark-3.2.2"
    spark-hadoop: "spark-3.2.2-bin-hadoop3.2"
    - mvn-profile: "datasources-33"
    spark: "spark-3.3.4"
    spark-hadoop: "spark-3.3.4-bin-hadoop3"

from graphar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.