You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by preethini v <pr...@gmail.com> on 2017/08/07 15:49:32 UTC

StreamId NULL in Storm 0.9.3

Hi,

Im using Storm version 0.9.3. The workers fail do to the below error.

java.lang.RuntimeException: java.lang.IllegalArgumentException: No output
fields defined for component:stream spout:null

Storm specifies the default stream id as "default" if not specified. But i
am facing this strange error where in the stream id is NULL.

Has anyone ran into similar issues?

*Does storm version 0.9.3 consider default stream id? *

Looking forward for some pointers on this.

Thanks,

Preethini

Re: StreamId NULL in Storm 0.9.3

Posted by "J.R. Pauley" <jr...@gmail.com>.
No idea but why not just define a named "default" stream to see if that
helps?

On Mon, Aug 7, 2017 at 11:49 AM, preethini v <pr...@gmail.com> wrote:

> Hi,
>
> Im using Storm version 0.9.3. The workers fail do to the below error.
>
> java.lang.RuntimeException: java.lang.IllegalArgumentException: No output
> fields defined for component:stream spout:null
>
> Storm specifies the default stream id as "default" if not specified. But i
> am facing this strange error where in the stream id is NULL.
>
> Has anyone ran into similar issues?
>
> *Does storm version 0.9.3 consider default stream id? *
>
> Looking forward for some pointers on this.
>
> Thanks,
>
> Preethini
>