Re: EMC ECS Configuration with Apache Drill

2019-08-21 Thread Paul Rogers
Hi Prabu & Ted, Ted is right, the next step to track this down is via debugging. As large projects go, Drill is actually easier to debug than most. (Hat's off the the team for achieving this valuable goal!) 1. Fork, clone and build Drill: [1] 2. In your IDE (both Eclipse and Intellij work) We

Re: EMC ECS Configuration with Apache Drill

2019-08-21 Thread Ted Dunning
Prabu, Yes. You can debug the code. It is a large codebase so that can be a bit of a trick to get started. I think that one of the most stable approaches is to build a test case that accesses the data you want (this doesn't have to become a public test case, it just makes debugging easier by

Re: EMC ECS Configuration with Apache Drill

2019-08-21 Thread Prabu Mohan
Thanks Ted. This is getting complex now, I thought that I might be missing something simple while configuring drill, but this seems to be far beyond that. I'm not sure whether I can get a proxy and also just in case if any other issues occur as well, is there a way I can debug the code to

Unable to query MongoDB data when database name is UpperCase

2019-08-21 Thread zaj bo
Dear team, When I query data in Mongodb, I am able to select data in any database with lowercase name. (test, bubu, fin). However any attempt to select data from database with uppercase name (PPY, JUJU) I get empty results (No rows selected). I this bug or my mistake ? I am using Mongodb