Skip to content

please add scala3 interpreter ,so important for storch deep learning framework and open the github issue dashborad #4930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mullerhai
Copy link

What is this PR for?

A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html

What type of PR is it?

Bug Fix
Improvement
Feature
Documentation
Hot Fix
Refactoring
Please leave your type of PR only

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • Strongly recommended: add automated unit tests for any new or changed behavior
  • Outline any manual steps to test the PR here.

Screenshots (if appropriate)

Questions:

  • Does the license files need to update?
  • Is there breaking changes for older versions?
  • Does this needs documentation?

@jongyoul
Copy link
Member

@mullerhai Hello, thank you for your contribution to Apache Zeppelin. By the way, I think it's not a minor issue, so could you please create an issue first and fill out the description, including why you need a new Scala 3 interpreter, not extending Spark Interpreter? At the code level, you need to clean up commented code and add test cases for your implementation. Could you please check https://zeppelin.apache.org/contribution/contributions.html? It's a bit old document, but it helps you figure out the contribution

@mullerhai
Copy link
Author

@mullerhai Hello, thank you for your contribution to Apache Zeppelin. By the way, I think it's not a minor issue, so could you please create an issue first and fill out the description, including why you need a new Scala 3 interpreter, not extending Spark Interpreter? At the code level, you need to clean up commented code and add test cases for your implementation. Could you please check https://zeppelin.apache.org/contribution/contributions.html? It's a bit old document, but it helps you figure out the contribution

HI, now we have scala version pytorch named storch is exhance all thing from cpp libtorch by javacpp, but the storch only support scala3 https://github.com/mullerhai/storch , now all spark interpreter in zeppelin only support scala 2.11 2.12 2.13, they are not suitable for storch ,so can not use spark interpreter to extend.
now we want to use zeppelin for deep learning notebook as jupyter for python . but zeppelin only support scala 2.* ,

we must support scala3 eagerly , scala 2.* is too old
by the way , we must open the issue dashboard for everyone to make issue for you team so you could listen what the user care about

@mullerhai
Copy link
Author

@mullerhai Hello, thank you for your contribution to Apache Zeppelin. By the way, I think it's not a minor issue, so could you please create an issue first and fill out the description, including why you need a new Scala 3 interpreter, not extending Spark Interpreter? At the code level, you need to clean up commented code and add test cases for your implementation. Could you please check https://zeppelin.apache.org/contribution/contributions.html? It's a bit old document, but it helps you figure out the contribution

another querestion , does zeppelin 0.12.0 support jdk 24? , I meet error when do that ,syntax error @[1,1]

@Reamer
Copy link
Contributor

Reamer commented May 22, 2025

does zeppelin 0.12.0 support jdk 24?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants