PerthCharern

Results 21 comments of PerthCharern

The issue here is that the versions of jar files suggested are not compatible with Mobius 2.0.200 examples. I will post the exact details.

The jar dependency files posted on this page https://github.com/Microsoft/Mobius/blob/master/notes/running-mobius-app.md#standalone-cluster - qpid-amqp-1-0-client-0.32.jar - qpid-amqp-1-0-common-0.32.jar - eventhubs-client-0.9.1.jar - spark-streaming-eventhubs_2.10-0.1.0.jar do NOT work with Mobius 2.0.200. I have experimented a few versions, and...

Could you post the problem here instead if it's related to this issue? I frequently check my github account and should be able to answer the questions here. If it's...

Yes. The class that is being complained about regarding non-serializability is NOT that class though. The DisplayClass0_0 suffix suggests that this is some anonymous function being called.

Also, just to give the complete picture: The code will work fine if instead of SaveAsTextFile, we call .Collect() and simply loop over to print the output is console. This...

@skaarthik So I removed all the processing from the Map function (apart from `Encoding.UTF8.GetString` which is needed to get from byte[] to string) and I'm still getting the same error....

Darrel, - I am trying to understand how bad it is to put in a "guard clause" in the accessor. This is similar to what all SerializeAsVX is doing -...

@darrelmiller It's a little difficult for me to wrap my head around this without getting my hands on it, since there are many moving parts. I understand the concern about...

@darrelmiller Darrel, do you recognize this issue? If not, I'll take a look into the build cmd file more.

@selman92 Are you still having issues with this?