ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

handling utf-8 #113

Open thushw opened 8 years ago

thushw commented 8 years ago

UTF-8 characters are being changed when the request gets to the CMI server. When the string is received by the Akka Receiver (inside JobActorManager.scala) it is already changed.

Where is the Akka sender? It seems there is a sender inside cmi that sends the string over. It might be in WebApi.scala and I'm not sure how this piece can be built.

I can help fix this bug - just need some help in how to get the whole thing built.