-
I am running a text search job in default configuration from MIST ui and i am getting error as :
Worker ml initialization timeout: not being responsive for 2 minutes
-
Weird URL encoded text in facet filter tag.
-
Hi,
I am unable to find notebook module in repository. Hydrosphere github link for notebook is not showing anything related to notebook.Do you hae any plans to release notebook on github
WIll it b…
-
While submitting job via rest getting this error:
Scala version 2.10.4
Mist version 0.12.3
Spark version 1.6.1
17/07/20 08:30:02 ERROR Worker$: Fatal error
java.lang.NoSuchMethodError: scala…
-
I want to write my first own mist job to get more familiar with mist. I set up a git repo https://github.com/geoHeil/apache-spark-restAPI-example which hopefully can serve as sort of tutorial to mist …
-
-
Dear All,
We managed to deploy the mist docker image in DC/OS via marathon using the following json configuration.
`{
"volumes": null,
"id": "/mist-job-server",
"cmd": "/usr/share/mist/…
-
The latest published artifact includes a logback.xml in the published jar: https://maven-repository.com/artifact/io.hydrosphere/mist_2.11/0.9.0. This is a very bad practice and logback.xml should only…
-
I have custom data source which I use in sqlContext.read.format("c##.###.bigdata.fileprocessing.sparkjobs.fileloader.DataSource"). This works well via spark-submit in local & yarn mode. But, when I in…
-
Hi,
I am using `spark2.0.2`. I have included
```sbt
libraryDependencies += "io.hydrosphere" % "mist-api-spark2" % "0.11.0"
```
and sbt couldn't find the dependency.
**Error**:
```sbt
[w…