spark benchmarking

2015-07-08 Thread MrAsanjar .
Hi all, What is the most common used tool/product to benchmark spark job?

How to set up a Spark Client node?

2015-06-13 Thread MrAsanjar .
I have following hadoop & spark cluster nodes configuration: Nodes 1 & 2 are resourceManager and nameNode respectivly Nodes 3, 4, and 5 each includes nodeManager & dataNode Node 7 is Spark-master configured to run yarn-client or yarn-master modes I have tested it and it works fine. Is there any ins

Re: Using spark streaming to load data from Kafka to HDFS

2015-05-05 Thread MrAsanjar .
why not try https://github.com/linkedin/camus - camus is kafka to HDFS pipeline On Tue, May 5, 2015 at 11:13 PM, Rendy Bambang Junior < rendy.b.jun...@gmail.com> wrote: > Hi all, > > I am planning to load data from Kafka to HDFS. Is it normal to use spark > streaming to load data from Kafka to HD

Spark + Hue

2015-04-23 Thread MrAsanjar .
Hi all Is there any good documentation on how to integrate spark with Hue 3.7.x? Is the only way to install spark Job Server? Thanks in advance for your help

apache spark 1.0.0 sha1 & md5 checksum fails

2014-06-23 Thread MrAsanjar .
source : http://www.apache.org/dist/spark/spark-1.0.0/ looks like spark-1.0.0-bin-hadoop2.tgz.sha content is not valid. Am I using wrong checksum tool? ==> sha1sum spark-1.0.0-bin-hadoop2.tgz 804fe9a0caff941fb791e15ea1cda45a7c2b7608 spark-1.0.0-bin-hadoop2.tgz ===> cat spark-1.0.0-bin-hadoop2.t

Re: WebUI's Application count doesn't get updated

2014-06-03 Thread MrAsanjar .
> MASTER=spark://sanjar-local-machine-1:7077 > > before running your sparkPi example. > > > Thanks > Best Regards > > > On Tue, Jun 3, 2014 at 1:12 PM, MrAsanjar . wrote: > >> Thanks for your reply Andrew. I am running applications directly on the >> master

Re: WebUI's Application count doesn't get updated

2014-06-03 Thread MrAsanjar .
ions are probably not connecting to your existing cluster and > instead running in local mode. Are you passing the master URL to the > SparkPi application? > > Andrew > > > On Tue, Jun 3, 2014 at 12:30 AM, MrAsanjar . wrote: > >> >>- HI all, >>- Appl

WebUI's Application count doesn't get updated

2014-06-03 Thread MrAsanjar .
- HI all, - Application running and completed count does not get updated, it is always zero. I have ran - SparkPi application at least 10 times. please help - - *Workers:* 3 - *Cores:* 24 Total, 0 Used - *Memory:* 43.7 GB Total, 0.0 B Used - *Applications:* 0 Running, 0 C