Pishen Tsai

Results 9 comments of Pishen Tsai

I think this can be reduced to the comparison between FRP (Functional Reactive Programming) and React? Since I'm not familiar with React, maybe you can check some other discussions like...

I wrote my router using AkkaUI directly. Didn't know theses tools. Would like to give a look.

But if you want to use `--files`, you have to somehow prepare your own `log4j.properties` file on EMR's instance where `spark-submit` is called, right? How would you achieve that? BTW,...

Haven't used mill before. But maybe you can try https://dl.bintray.com/sbt/sbt-plugin-releases/

@lolaclinton How did you submit the job? Where did you see this log?

@deeplook Do you mean making the part that calls EMR's API into a Scala library? Or what usage scenario do you expect? I use sbt-assembly to generate the jar file,...

Hmmm, the original purpose of this project was to create a command in `sbt` which can handle all the steps from compiling the code to locating and submit the generated...

Will check this later, sorry for keep you waiting.

According to [Google's description](https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-bigquery), there's no official mock for Google BigQuery now. I've discussed with @fwbrasil and if I understand correctly, we still have to send our query directly to...