Lukasz Jastrzebski

Results 7 issues of Lukasz Jastrzebski

I am testing Spark on kubernetes, launched through almond jupyter kernel. Conclusion I have for now is that pure dataframe operation work out of the box (assuming http file system...

spark

[https://gist.github.com/elyast/f04e428b2bfe57c6b205e3909280fc6b](https://gist.github.com/elyast/f04e428b2bfe57c6b205e3909280fc6b)

On behalf of Bryce Anderson, moving issue with http proxy to http4s repo Original issue: http4s/blaze#14 I'm not practiced in the art of http proxy, so if any of the...

enhancement
module:blaze-client

Apparently Scala 2.10 has added method with the same name `toVector` to `IndexedSeq` class, which cause compilation problems when trying MLI with latest Spark 0.9

[Stacktrace](https://gist.github.com/elyast/f04e428b2bfe57c6b205e3909280fc6b) Please see reference protobuffer definitions: [Example client article/code](https://medium.com/@junwan01/a-java-client-for-tensorflow-serving-grpc-api-d37b5ad747aa) Related to #https://github.com/higherkindness/mu-scala/issues/1024

Based on scala version sbteclipse should append following properties into e.g. for scala version 2.10 projects .settings/org.scala-ide.sdt.core.prefs ``` scala.compiler.additionalParams=...-Xsource\:2.10 scala.compiler.installation=2.10 ```

According to https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#encoding-object " for `string` with format being `binary` – `application/octet-stream` " which would indicate the client method should allow to send stream of bytes (e.g. File as in...