;>
>> On Tue, Nov 4, 2014 at 11:03 PM, Jain Rahul
>> wrote:
>>
>>>
>>> I think you are running it locally.
>>> Do you have local[1] here for master url? If yes change it to local[2]
>>> or more number of threads.
>>> It may be due to
mismatch also.
>>
>> sparkConf.setMaster(“local[1]");
>>
>> Regards,
>> Rahul
>>
>> From: Something Something
>> Date: Wednesday, November 5, 2014 at 12:23 PM
>> To: "Shao, Saisai"
>> Cc: "user@spark.apache.org
> more number of threads.
> It may be due to topic name mismatch also.
>
> sparkConf.setMaster(“local[1]");
>
> Regards,
> Rahul
>
> From: Something Something
> Date: Wednesday, November 5, 2014 at 12:23 PM
> To: "Shao, Saisai"
> Cc:
l.com>>
Date: Wednesday, November 5, 2014 at 12:23 PM
To: "Shao, Saisai" mailto:saisai.s...@intel.com>>
Cc: "user@spark.apache.org<mailto:user@spark.apache.org>"
mailto:user@spark.apache.org>>
Subject: Re: Kafka Consumer in Spark Streaming
Added foreach as f
ay, November 05, 2014 2:28 PM
> *To:* Shao, Saisai
> *Cc:* user@spark.apache.org
> *Subject:* Re: Kafka Consumer in Spark Streaming
>
>
>
> The Kafka broker definitely has messages coming in. But your #2 point is
> valid. Needless to say I am a newbie to Spark. I can't f
, Saisai
Cc: user@spark.apache.org
Subject: Re: Kafka Consumer in Spark Streaming
The Kafka broker definitely has messages coming in. But your #2 point is
valid. Needless to say I am a newbie to Spark. I can't figure out where the
'executor' logs would be. How would I find them?
All I
this code only expresses a transformation and so does not actually
cause any action. I think you intend to use foreachRDD.
On Wed, Nov 5, 2014 at 5:57 AM, Something Something
wrote:
> I've following code in my program. I don't get any error, but it's not
> consuming the messages either. Shouldn
3. Did you see any exceptions when running the app, this will help
> to define the problem.
>
>
>
> Thanks
>
> Jerry
>
>
>
> *From:* Something Something [mailto:mailinglist...@gmail.com]
> *Sent:* Wednesday, November 05, 2014 1:57 PM
> *To:* user@spark.a
Consumer in Spark Streaming
I've following code in my program. I don't get any error, but it's not
consuming the messages either. Shouldn't the following code print the line in
the 'call' method? What am I missing?
Please help. Thanks.
JavaStreamingContext
I've following code in my program. I don't get any error, but it's not
consuming the messages either. Shouldn't the following code print the line
in the 'call' method? What am I missing?
Please help. Thanks.
JavaStreamingContext ssc = new JavaStreamingContext(sparkConf, new
Duration
10 matches
Mail list logo