Abhijeet Singh

Results 10 comments of Abhijeet Singh
trafficstars

The LSTMModel.py update made it work on TF 1.0.1, thanks @stevenhurwitt ! I was also looking for a Python 3x port, is anyone working on it?

@jkleckner Thanks for recommending [Scuttle](https://github.com/redboxllc/scuttle), I integrated it as a part of Spark's entrypoint.sh and it works as expected: waits till istio-proxy init, proceeds to bootstrap with driver, profit! :)

Hi @elmiko , thanks for keeping the radanalyticsio community vibrant and supportive. Regarding your suggestion to use (k8s/oc) svc over pod name/ip, I have a query. Let me quote from...

@jkremser Yes, Pod IP can change and relying on a DNS based on IP defeats the purpose of DNS in first place! K8s also provides DNS based on pod name,...

I am using JDBC Sink connector with `"quote.sql.identifiers":"never"` and `"auto.create": true`, and I see the table and attributes are created _with quotes_. Can we use these configs together or they...

> MongoDB Java driver has [support](https://mongodb.github.io/mongo-java-driver/3.8/whats-new/#what-s-new-in-3-7) for ZonedDateTime for version >= 3.7, [Implementation details](https://github.com/cbartosiak/bson-codecs-jsr310) No, for `ZonedDateTime` we still need to add [bson-codecs-jsr310](https://github.com/cbartosiak/bson-codecs-jsr310) dependency and then register the codec. ```...

@ajak6 Please add reference to the artifacts (HDP `xml` file, yum `repo`) you mentioned.

@hemanthannavarapu I was facing the same issue and I resolved it by adding the archetype manually: 1. Go to **New Maven Project** 2. In **Select an Archetype** window click **Add...

On querying for recommendation for a user (u6), I got the following error as a response: ```java Query: { "userEntityId": "u6", "number": 4 } Stack Trace: java.lang.RuntimeException: empty collection at...