Martin Studer

Results 19 comments of Martin Studer

Before moving to `1.2.0-M3` I used `1.1.0` with `systemv` which worked fine. I'll try `1.2.0-M3` with `systemv` when I get round.

The following issue [here](https://github.com/mesosphere/hdfs/issues/250) might be related

To add some more information: I'm running the AWS DC/OS template with a single master node. I.e. there is a single public node and 5 private nodes.

Just checked and this issue is still present in the latest DC/OS 1.8 release

@ddispaltro I tried this on DC/OS 1.8.1 (AWS CloudFormation) with the zeppelin 0.6.0 package and got the following: ``` val bankText = sc.textFile("https://s3.amazonaws.com/apache-zeppelin/tutorial/bank/bank.csv") java.lang.ClassNotFoundException: org.apache.spark.repl.SparkCommandLine at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at...

Hi @tgravescs, thanks for your feedback. I tried with DBR 7.0 with AQE and CBO disabled. I can confirm that I run into the same issue. I should probably add...

Looks like the issue is related to [delta optimized writes](https://docs.databricks.com/delta/optimizations/auto-optimize.html) (`spark.databricks.delta.optimizeWrite.enabled`). When I disable optimized writes the stated issue doesn't occur anymore. It's just that the delta write itself gets...

I just checked and it works with cassandra package version 1.0.13-2.2.5.

:100: @spoltier and @Chargothrond !

@spoltier > other types of cells would be set to a new value anyway, correct ? Yes that is my understanding. The question is what users expect in terms of...