dylanwilder

Results 10 issues of dylanwilder

### Motivation: Why do you think this is important? Currently caching happens at the task level, this means from entire workflows which can be cached incur the cost of running...

enhancement
untriaged

**Is your feature request related to a problem? Please describe.** Currently, sparkmagic only supports transporting strings and dataframes back and forth. This is pretty limiting. It would be great to...

**Is your feature request related to a problem? Please describe.** Kerberos is a large and difficult to install dependency that is not strictly required unless using kerberos authentication. It requires...

## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/LIVY-790 Move livy python repl execution to use py4j gateway instead of stdin/out. This, while being I believe generally more robust,...

This will greatly help with multi tenant cluster reservations. We run many different disk configurations in combinations of RAID/JBOD, SDD/HDD, NFS. Currently, mesos supports no means of differentiating them. A...

enhancement

Seems to be two separate issues here. Mesos agent is configured with ~15Gb ROOT disk resource, cassandra is looking for 20Gb. See offer here: ``` INFO [2017-03-14 20:42:39,688] com.mesosphere.dcos.cassandra.scheduler.CassandraScheduler: Received...

The recent addition of the `EXECUTOR_LIBMESOS_LOCATION` adds an additional runtime dependency on a new system with little added value. E.g.: 1. Users are now required to access mesosphere downloads upon...

The documentation currently claims: 1. /connection returns json of the form { "nodes": [...]}. It actually returns an object of the form {"address": [ip:port ..], "dns": [dns:port]} EDIT: turns out...

enhancement

# TL;DR Structured dataset bq read fails on empty table because `pandas.concat()` fails if the passed array is empty. Fix it to create an empty dataframe with the required schema...