Re: Are These Issues Suitable for our Senior Project?

2015-07-12 Thread emrehan
g else it seems like our best bets are SPARK-6442 (Local Linear Algebra) and SPARK-3703 (Ensemble Learning). Could these tickets need to be resolved before May 2016? Out of these two, I'm more inclined towards SPARK-6442, not because it's more interesting but it's an isolated fe

Are These Issues Suitable for our Senior Project?

2015-07-09 Thread emrehan
ll of these tickets are marked unassigned but have some work done on them. Are any of these issues are unsuitable for us as a senior project? Kind regards, Can Giracoglu, Emrehan Tuzun, Remzi Can Aksoy, Saygin Dogu -- View this message in context: http://apache-spark-developers-list.1001551.n3

Re: Time is ugly in Spark Streaming....

2015-06-26 Thread Emrehan Tüzün
On Fri, Jun 26, 2015 at 12:30 PM, Sea <261810...@qq.com> wrote: > Hi, all > I find a problem in spark streaming, when I use the time in function > foreachRDD... I find the time is very interesting. > val messages = KafkaUtils.createDirectStream[String, String, StringDecoder, > StringDecoder](s

Re: spark log analyzer sample

2015-05-03 Thread Emrehan Tüzün
On Mon, May 4, 2015 at 9:50 AM, anshu shukla wrote: > Exception in thread "main" java.lang.RuntimeException: > org.apache.hadoop.ipc.RemoteException: Server IPC version 9 cannot > communicate with client version 4 > I am not using any hadoop facility (not even hdfs) then why it is giving > this