Supported MySQL version.

2016-09-15 Thread Pawan Malwal
Hi Lens Developers, Could you please let me know which is the supported version of mysql for apache-lens-2.5.0-beta ? As I am facing some issues similar to what I was getting due to version conflict in DerbyDB ? Would adding mysql-connector-java-5.1.39-bin.jar to the LENSCPPATH/CLASSPATH is

Re: Error in installing Lens: BUILD error when trying to compile hive-release-2.1.3-inm-fix on CDH 5.8 on AWS

2016-09-15 Thread Rajat Khandelwal
> Issue 1: > > When I try to login to Lens via UI, its asking for user email and > password. I want to disable security (if possible and allow anyone to login > without providing credentials) OR how and where do I set up the user > credentials? > Any credentials should work. There's no security

NoCandidateDimAvailableException

2016-09-15 Thread Pawan Malwal
Hi Lens Developers, Here is an observation on Lens behavior. Can you please clarify ? I have configured jdbc/jdbc3 driver for MySQL and created the required entities in Lens cli. I see some ERROR and "NoCandidateDimAvailableException" generated when I run a select query on dimension. Ideally

Re: Supported MySQL version.

2016-09-15 Thread Rajat Khandelwal
Any mysql should work ideally. Can you paste the error? On Thu, Sep 15, 2016 at 7:27 PM Pawan Malwal wrote: > Hi Lens Developers, > > > > Could you please let me know which is the supported version of mysql for > apache-lens-2.5.0-beta ? As I am facing some issues

RE: NoCandidateDimAvailableException

2016-09-15 Thread Pawan Malwal
Rajat, I already have it in jdbcdriver-site.xml file as shown below and I am even able to get the results of the query run on dimension using the right driver created for mysql. But still I see “NoCandidateDimAvailableException” logged in lens logs for rest of the drivers. So these exceptions

RE: Supported MySQL version.

2016-09-15 Thread Pawan Malwal
Yes Rajat, You are right. For me it is working with latest MySQL version now. There was some configuration issue in jdbcdriver-site.xml. Where I was providing user and password in lens.driver.jdbc.db.uri property. Here is how I resolved it. Incorrect Configuration::

Re: Error in installing Lens: BUILD error when trying to compile hive-release-2.1.3-inm-fix on CDH 5.8 on AWS

2016-09-15 Thread amareshwarisr .
Can you add hive.metastore.uris in lens-site.xml as well? On Thu, Sep 15, 2016 at 11:21 AM, wrote: > Hi, > > > > I understand what you are pointing to, it might be the issue, can you > kindly help me resolve it. I will elaborate what is the current set up and >

Re: Error in installing Lens: BUILD error when trying to compile hive-release-2.1.3-inm-fix on CDH 5.8 on AWS

2016-09-15 Thread Rajat Khandelwal
You need to hit port. 1 is the ui server port. is the api server's port. On Thu, Sep 15, 2016 at 1:03 PM wrote: > Hi, > > > > Thanks to all of you Lens server is up now. > > Adding the hive Uris and adding all HBASE jars to the classpath sorted out >