PerthCharern
PerthCharern
### Context: I'm trying to write the RDD as text file on Azure Blob (wasb). My code looks similar to this: ```C# var stream = EventHubsUtils.CreateUnionStream( ssc, eventhubsParams.Select( v =>...
### Issue: Running the EventHub sample in HD Insights Spark cluster failed with this error: `[ERROR] [Microsoft.Spark.CSharp.Interop.Ipc.JvmBridge] - JVM method execution failed: Static method createUnionStream failed for class org.apache.spark.streaming.api.csharp.EventHubsUtils` ###...
The example codes in the main branch have already been updated to use Tuple instead of KeyValuePair, but the example codes in the 2.0.200 zip Release here https://github.com/Microsoft/Mobius/releases still use...
`consumes` in global context is not propagated to the request body We need to fix it in a similar way to how we fixed `produces` in #267 and #398. ```...
Stemmed from #195.
WriteOptionalMap (and others) should be able to write primitive types For example, It should be able to handle writing IDictionaryinstead of forcing people to use IDictionary This matters because people...
Discriminator.Mapping can contain string that refers to schema reference. Currently it's just string right now. We might be able to switch this over to something that leverages our Reference implementation....
It is cumbersome to add all the possible hosts to every operation. We should support reading the extra URLs from the document config.
Components fields name currently has this regex as restrictions: `^[a-zA-Z0-9\.\-_]+$` This was mainly discussed and agreed on in #634. I found this restriction a little too restrictive. I'd imagine that...