Jens Rabe

Results 25 issues of Jens Rabe

I tested Spark Notebook with the following simple code: ``` scala val someValues = sc.parallelize(1L to 10000L) case class Foo(key: Long, value: Long) val someDummyGrouping = someValues.map(v => (v /...

I added a library I have as a jar to `spark.jars` in the custom configuration. When I now create a notebook based on the respective configuration, I see the path...

I just thought about running Friend as a main OS on low-end devices like the Raspberry Pi or the old netbooks which are still around, collecting dust somewhere in the...

enhancement

I am currently setting up a Jupyterhub/Jupyterlab stack with Sparkmagic connecting to a remote cluster. This works so far save for one thing: When User A opens a notebook and...

Added a cookbook entry on how to package for Electron as described in [Issue 252](https://github.com/scalacenter/scalajs-bundler/issues/252)

I am trying to build an Electron app and want to use NPM dependencies. For this, I need to `require electron`. When I run `fastOptJS::webpack` it (correctly) complains about `electron`...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [X] Feature request [ ] Documentation...

enhancement

I defined an Avro schema and used SBT Avrohugger to generate the Scala code. Serialization and deserialization so far works on my local machine. I am doing something like this:...

I managed to build the iSCSI initiator from source by running `Distribution/package.sh`. This gives me a DMG file. When I mount this and run the installer, it just tells me...

I am using the XML Type Provider with FSharp.Data. I have a line like this: ```fsharp type internal SomethingFromXML = XmlProvider ``` I set the `Sample.xml` to "Embedded Resource, Do...