GithubHelp home page GithubHelp logo

Comments (3)

github-actions avatar github-actions commented on August 21, 2024

Thank you for your interest in Apache Sedona! We appreciate you opening your first issue. Contributions like yours help make Apache Sedona better.

from sedona.

Kontinuation avatar Kontinuation commented on August 21, 2024

The default mode of Scala REPL does not work well with multi-line expressions. To copy-paste a multi-line expression such as

val config = SedonaContext.builder().appName("SedonaSQL-demo")
    .master("local[*]") // Please comment out this when use it on a cluster
    .config("spark.kryo.registrator", classOf[SedonaVizKryoRegistrator].getName)
    .getOrCreate()

to Scala REPL, we have to enter paste mode by running :paste, then we can paste the multi-line code block to the REPL, and hit "Ctrl-D" to finish pasting.

scala> :paste
// Entering paste mode (ctrl-D to finish)

val config = SedonaContext.builder().appName("SedonaSQL-demo")
    .master("local[*]") // Please comment out this when use it on a cluster
    .config("spark.kryo.registrator", classOf[SedonaVizKryoRegistrator].getName)
    .getOrCreate()

// Exiting paste mode, now interpreting.

config: org.apache.spark.sql.SparkSession = org.apache.spark.sql.SparkSession@4778db1f

scala> config
res7: org.apache.spark.sql.SparkSession = org.apache.spark.sql.SparkSession@4778db1f

from sedona.

aitorniz avatar aitorniz commented on August 21, 2024

EDIT:
The issue is fixed !

ThX you so much. I'll try it soon !

from sedona.

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.