Is there any tool that i can prove to customer that spark is faster then hive ?

2015-08-12 Thread Ladle
, Ladle -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Is-there-any-tool-that-i-can-prove-to-customer-that-spark-is-faster-then-hive-tp24224.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Spark program running infinitely

2015-07-01 Thread Ladle
past_time = indexKey.lookup(0).map(_._3).head.toString() timeDiff += current_time.toLong - past_time.toLong } } bidder_timeDiff+= ((distUsers(0).toString,timeDiff.min.toString,timeDiff.min.toString)) } Above is running infinitely... Kindly help on this. Regards, Ladle -- View this message