jesinity
jesinity
Migrating connector to use azure-messaging-eventhubs (new recommended client library from Azure SDK)
Connector is currently using azure client library: `azure-eventhubs` that it seems to be deprecated and should be substituted by: `azure-messaging-eventhubs` according to Microsoft Azure SDK guidelines. Is there a plan...
whichmaven dependency of the models (POS & NER ) should I have to pick with 0.4-SNAPSHOT release? I tried: "org.scalanlp" %% "english" % "2015.1.25" and other older releases, but when...
I'm trying to create withouth success a `databricks_external_location` that is supposed to be using a `databricks_storage_credential`. I found at least 3 different problems with the `databricks_storage_credential` I'm deploying it in...
## Context I'm trying to integrate the oauth2-proxy in my app. Tried so many different options, started from version 7.3 then upgraded to 7.5 unsuccessfully. ## Setup - authentication provided...
tried the settings suggested in the guide, but the sbt did not resolve: `grpc.akkastreams.generators.GrpcAkkaStreamGenerator()` symbol did you face the same issue? which version of sbt should I use?
Hi, I added an extra feature on the `Reduce-Object` to provide an `InitialValue` as optional parameter. This way the implementation looks more compliant to the reduce that you find in...
It would be really helpful to generalize the "Reduce-Object", adding also an initial value inline to be used as accumulator. I'm not quite sure on how would it be the...
I updated the sbt version to 1.2.8
Hi Volodymyr, thanks for this awesome project! I did some changes here: https://github.com/jesinity/hbase4s/tree/hbase-ops to basically externalize the management of connection and table creation outside of the HBaseClient. I think that...