Dean Wampler

Results 47 comments of Dean Wampler

Yes, it's wrong. I just pushed PR #1257

I'll do this when I port the tutorial to Spark 2.0.X

I've noticed that, actually. I need to investigate why. I'm not very good with character encoding issues ;) Dean Wampler, Ph.D. Typesafe "Functional Programming for Java Developers", "Programming Scala", and...

I did a little reading and the issue is probably the underlying Hadoop API. `SparkContext.textFile` uses the Hadoop [Text](https://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/Text.html) type, a subtype of `Writable`. `Text` is only designed for UTF-8....

It's not clear to me how important the `package/*` files are here vs. those in https://github.com/mesosphere/universe/, but I just submitted a PR to add Zeppelin 0.7.0 there, https://github.com/mesosphere/universe/pull/1016. If the...

I just noticed in https://github.com/lampepfl/dotty/pull/11707 that using `TERM=dumb` should work. I confirmed it works on MacOS, too, just now. Thanks!

Thanks for reporting these errors. I'll investigate later today.

I think the bug is a spot in the parsing code where I first split on `\n`, which is wrong for Windows. I've changed that and added a test to...

I just released v0.6.0, which I believe fixes the issue. Please let me know if it doesn't! The new jar files might take a few hours to propagate to Maven...