Ben Pence

Results 17 comments of Ben Pence

This is by design, I believe. It uses the same protocol that thrift/scrooge uses to serialize thrift structs as json: https://github.com/apache/thrift/blob/master/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java

Did you look in your current directory? Did make already generate the index*.html files?

I'm not sure this is related, but I noticed that if you visit a page's parent pages starting from the root, you are able to load it properly. So I...

Ah nice! I haven't looked at the official API much. What is feature parity like? Is it similar enough?

@ssvaddiparthy thanks that would be super awesome! I have felt similarly, but for now my fix above sorta works for me, so I've kind of de-prioritized it considerably. Last year,...

@ianoc-stripe Not sure I totally understand. Are you saying we should just use `nextInt()` to distribute it evenly over the `Integer` space?

Ya I saw that when looking through it. Something along the lines of ```scala job .getCounters .map { case (_, counters) => println("Dumping custom counters:") counters.keys.foreach { key => val...

@isnotinvain Perhaps we should start keeping a tally of how much time it has cost us to solve these problems that users have and if it gets above some threshold,...

Hi @yavladys, thanks for reporting this issue. I think we primarily test Scalding in Mac OSX/Linux environments, so this might be a case of how the JVM reports Windows files....

Hey @yavladys, there are some great advantages to using a REPL. I think people like using it because it's interactive. Did you receive the same stacktrace when adding `.scalding_repl` in...