jonashartwig

Results 11 comments of jonashartwig

I think if you change to this (according to documentation) it should work as you like: ```json { "table":{"namespace":"default", "name":"spark_dense_string", "tableCoder":"PrimitiveType"}, "rowkey":"hist_timestamp", "columns":{ "id":{"cf":"rowkey", "col":"hist_timestamp", "type":"string","length":"36"}, "hist_timestamp":{"cf":"rowkey", "col":"hist_timestamp", "type":"string"}, "q_data":{"cf":"c","col":"value",...

Should this be a build arg instead? the user is created during image build cycle and if you use another id than 200 in docker run it should not work.

Hi, it can be build arg and env. However, i fail to understand how this would work. `docker build . -t nexus` then `docker run -d -p 8081:8081 --env USERID=$(id...

Same issue here using babel 6, mocha, karma on chrome with rc1: ``` js import * as ConfigService from "../src/services/configService"; const getEnvironmentConfigurationMock = () => Promise.resolve({}); ConfigService.__Rewire__("getEnvironmentConfiguration", getEnvironmentConfigurationMock); ``` where...

Hi, I see the same problem since a a few days ago! Maybe images with version tags should not be replaced? Maybe use new tag or latest etc.?

For completeness: We use the default, no change son zookeeper or its confs on redhat 8.4 Regards

So i see the new documentation. It works fine for batchedActions inside a thunk. However how does it work for batchActions(ACTION, THUNK, THUNK)? Any update on this?

Great, I will take a look!

Hi, would have been nice to get the link to that maven repo if its public :)

Hi, Any news on this?