Pat Patterson

Results 62 comments of Pat Patterson
trafficstars

Check the version of StreamSets Data Collector that you are using. It needs to be the same as that. The same instructions should still work.

Hi Wei - I'll investigate the build failure. Yes - try creating your custom destination now. I don't think those specific issues will be a problem.

I'm not clear on what you want SDC to do. Do you want it to read the xyz.log.tar.gz file each day?

@wiwengweng Where do you see the discrepancy? @iamontheinet updated the documentation over a year ago. I just checked the tutorial with the current version and it looks ok to me.

@ashutoshsharmaindia I see no screenshot in your second comment

Instructions are at https://github.com/streamsets/datacollector/blob/master/BUILD.md

Replication with stacktrace: ``` pat-macbookpro:~ pat$ python3 Python 3.7.3 (default, Mar 27 2019, 09:23:15) [Clang 10.0.1 (clang-1001.0.46.3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from...

I see this same problem (exception on 204 response). My solution is very similar: ``` # Generic Rest Function def restful(self, path, params=None, method='GET', **kwargs): """Allows you to make a...

@thommor The Travis failures look like `pylint` issues to me. Not sure what it's complaining about.