Martin Studer

Results 34 issues of Martin Studer

I'm deploying a Play Framework 2.5.3 application as an RPM using sbt native packager 1.2.0-M3 (using plugins PlayScala, RpmPlugin, SystemdPlugin). I use the linux configuration mechanism as described at http://www.scala-sbt.org/sbt-native-packager/archetypes/java_server/customize.html#linux-configuration...

bug
universal

I have set up HDFS 0.9.0-2.6.0, Spark 1.0.1-2.0.0 and Zeppelin 0.6.0 on a DC/OS AWS cluster (using default parameters for all installations). When trying to run the Zeppelin tutorial I...

**Describe the bug** When attempting to write a delta table using pyspark on Azure Databricks 7.2 I get the following exception (reduced; full exception attached): ``` Py4JJavaError: An error occurred...

bug

Relaxes package path assumptions for archived packages (`src/contrib/Archive`) in `download_version_url` by matching on the package filename only rather than the complete (relative) path. Closes r-lib/remotes#440.

`remotes:::download_version_url` assumes that packages in `src/contrib/Archive` are organized in a flat manner (like on CRAN). Artifactory, however, seems to organize archived packages by having intermediate version folders like `src/contrib/Archive///_.tar.gz`. It...

feature

I followed the tutorial [here](https://docs.mesosphere.com/1.8/usage/tutorials/iot_pipeline/) to deploy the tweeter app. The app however fails to start due to errors connecting to cassandra. From the tweeter logs: ``` Cassandra::Errors::InvalidError: unconfigured table...

With the current version on `master` (1.0.6.9999) I get the following error logged to the R console: `ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to...

`writeNamedRegion` (and probably similarly `writeWorksheet`) won't overwrite existing formula cells (cells with cell type `FORMULA`). This seems to be a change in behavior after XLConnect 0.2-15 (possibly in underlying POI)....

Edit @spoltier: Closes #212 with code from miraisolutions/xlconnect-java#34

`ApiClient` [currently assumes port 80 (http) / 443 (https)](https://github.com/databricks/databricks-cli/blob/40ed7f6393ae0c7a7cf6188e591e9cfe94d0da7e/databricks_cli/sdk/api_client.py#L114-L117) for the Databricks service. This prevents serving a mocked Databricks service on other ports which might be useful in some testing...