Skip to content
#

bigdata

Here are 1,030 public repositories matching this topic...

imback82
imback82 commented Mar 20, 2019

When a new version of Apache Spark is released, we'd have to make changes in the code base to add any new APIs, account for new protocol changes on the worker-side etc. We should document this to allow anyone to upgrade .NET for Apache Spark to newer versions.

Success Criteria

  • Clearly call out code changes with examples
  • Capture caveats one might encounter during this upgrade process
Antonio-Sorrentini
Antonio-Sorrentini commented Jul 24, 2019

On home page of website: https://nlp.johnsnowlabs.com/ I read "Full Python, Scala, and Java support"

Unfortunately it's 3 days now I'm trying to use Spark NLP in Java without any success.

  • I cannot find Java API (JavaDoc) of the framework.
  • not event a single example in Java is available
  • I do not know Scala, I do not know how to convert things like:
    val testData = spark.createDataFrame(
k82cn
k82cn commented Aug 20, 2019

Is this a BUG REPORT or FEATURE REQUEST?:

/kind feature

Description:

There're several features in volcano right now; not only scheduling algorithm but also job management. It's better to manage those features by version, e.g. Alpha, Beta, GA, that'll be helpful for user to evaluate which features should be enabled in their environment.

You can’t perform that action at this time.