Skip to content
#

spark

Here are 4,190 public repositories matching this topic...

Liyankuan
Liyankuan commented Jan 2, 2019

麻烦指导,谢谢
版本和配置信息

ubuntu@vm-1-10-ubuntu:~$ kubectl version 
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCom
gizmodus
gizmodus commented May 8, 2019

Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.

warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.

warning @cubejs-backe
dportabella
dportabella commented May 28, 2016

if I understood it corretly from README.MD, we can install like this:

$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx

and later when we need datastores, we run

$ cd ~/dev-setup
$ ./.dots datastores

I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but

thingsboard
SeppPenner
SeppPenner commented May 28, 2019

After reading through https://thingsboard.io/docs/user-guide/install/windows/, I fell over the issue that my Thingsboard did tell me that the relations needed do not exist. What did I do? Installed Thingsboard, ran it and afterwards changed the database to Postgres. After checking the issues, I found this one: thingsboard/thingsboard#1021.

The request is to add the inf

yiheng
yiheng commented Jul 11, 2018

Spark 2.3 officially support run on kubernetes. While our guide of "Run on Kubernetes" is still based on a special version of Spark 2.2, which is out of date. We need to:

  1. update that document to Spark 2.3
  2. release the corresponding docker images.
AFFogarty
AFFogarty commented Sep 3, 2019

In this section of the Quickstart tutorial, there is a mismatch between the Scala and Java code examples.

The Java example reads:

deltaTable.as("events")
  .merge(
    newData,
    "oldData.id = newData.id")
  .whenMatched()
...

but "events" should be "oldData".

mmlspark
mathew5
mathew5 commented Aug 14, 2019

I am trying to explain the predictions made by my XGboost model using MMLSparks Lime package for scala. This is my first time using LIME library, I am able to perform a fit operation on the dataset and when I am trying to perform the transform operation, the program stops with an exception, "Caused by: java.lang.ClassCastException: org.apache.spark.ml.linalg.SparseVector cannot be cast to org.apac

Improve this page

Add a description, image, and links to the spark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spark topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.