Chris Snow

Results 17 comments of Chris Snow

I've hit a similar issue with groups: ```python #!/usr/bin/env python3 import fire class Sub1(object): def command1(self, param1): print('command {}'.format(param1)) class Sub2(object): def command2(self, param2): print('command {}'.format(param2)) class CLI(object): def __init__(self):...

Hey @lacisjur - is the PR ok?

Maybe worth looking at this: http://debezium.io

I was reading the README in the repo top to bottom. The list of adapters shows 'postgresql'. After reading further down the page, I see the `transporter about` which shows...

This looks good Pierre. Would these steps fo into a new task called something like Setup that the user would just run once with gradle? Will it also work on...

Ah, cool. Thanks @pregazzoni

I just received a different error on a newly provisioned 4.2 Basic cluster: ``` Exception in thread "main" org.apache.hadoop.gateway.shell.HadoopException: org.apache.hadoop.gateway.shell.ErrorResponse: HTTP/1.1 404 Not Found ```