Dmitry Goldenberg

Results 45 comments of Dmitry Goldenberg
trafficstars

Hey @Echo9573, I think your error is: ``` /bin/sh: 1: java: not found ``` judging by the output. However you can try running Maven with -e and -X to get...

I think the connector works; would be great if committers verified and added a blurb to the docs.

I'm seeing the same problem. Is the recommended workaround then to use HDFS or EFS for checkpointing? Feels like the whole qubole package then is basically not in a working...

From stderr.out on EMR. Any ideas as to why these files HDFSMetadataCommitter is looking for might be getting deleted or are non-existent? ``` 22/03/15 00:54:00 WARN HDFSMetadataCommitter: Error while fetching...

This issue I've filed seems a DUP of https://github.com/qubole/kinesis-sql/issues/57.

I can tell that the SparkPost SDK only looks at CC and BCC if it's being given a dictionary of recipients; if it's given a recipient list ID, it'll ignore...

Hi @palonso, Thanks for your quick, comprehensive response. A noob to Essentia here :) > The problem is that Loudness expects a stream of vector_real instead of real, which is...

Thanks @palonso, > Assuming that your music is normalized to full scale (i.e., -1/1 range) Could you provide an example or point me at a snippet which performs this type...

Thanks, @palonso. When processing data in bulk, is it possible to reuse objects such as the loaders and the algos? Are they thread-safe?