what’s your Kylin project’s name? If it is not “default”, you need specify the exact project name in JDBC connection URL:
jdbc:kylin://172.17.0.5:7070/<your_kylin_project_name> I’m using eclipse as the JDBC client, and I'm able to connect to my Kylin server; On 3/17/15, 10:43 AM, "Shi, Shaofeng" <[email protected]> wrote: >The kylin_jdbc.log is in the folder when you run JDBC; Anyway, I will have >a try with Squirrel-SQL; Will get back to you if have any finding; > >On 3/17/15, 1:02 AM, "Marek Wiewiorka" <[email protected]> wrote: > >>Hi - could you please let know where I can find this log. >>I can find 2 two of them: >>./bin/kylin_jdbc.log >>./sample_cube/data/kylin_jdbc.log >> >>but I don't think they contain anything relevant only lines like that: >>[main]:[2015-03-16 >>09:43:56,275][DEBUG][org.apache.hadoop.conf.Configuration.handleDeprecati >>o >>n(Configuration.java:599)] >>- Handling deprecation for hive.error.on.empty.partition >>[main]:[2015-03-16 >>09:43:56,278][DEBUG][org.apache.hadoop.conf.Configuration.handleDeprecati >>o >>n(Configuration.java:599)] >>- Handling deprecation for hive.cli.errors.ignore >>[main]:[2015-03-16 >>09:43:56,363][DEBUG][org.apache.hadoop.conf.Configuration.handleDeprecati >>o >>n(Configuration.java:599)] >>- Handling deprecation for hive.stats.ndv.error >> >>I'm not sure if this is important but I try to setup a connection to >>Kylin >>using Squirrel-SQL. >>It works perfectly fine using Web UI - I've got no problem with logging. >> >>Regards, >>Marek >> >> >>2015-03-16 15:45 GMT+01:00 Shi, Shaofeng <[email protected]>: >> >>> Hi Marek, >>> >>> Did you check the jdbc log file (kylin_jdbc.log)? Before throws the >>> Authentication failed error, there should be some message be output to >>>the >>> log file, like: >>> >>> Authentication Failed with error code xxx and message: xxxxxx >>> >>> Please attache the full log file here is possible, I¹d like to check >>> what¹s wrong in it. >>> >>> On 3/16/15, 10:13 PM, "Marek Wiewiorka" <[email protected]> >>>wrote: >>> >>> >Hi All - no matter what cobination of user/pass I provide while >>> >establishing jdbc connection >>> >I always get the following exception: >>> > >>> >java.util.concurrent.ExecutionException: java.lang.RuntimeException: >>> >java.sql.SQLException: Authentication Failed. >>> > >>> >My connection string is as follows: >>> >jdbc:kylin://172.17.0.5:7070/default >>> > >>> >I tried admin/KYLIN as credentials (also upper/lowercase). >>> >kylin version:0.7.1-SNAPSHOT >>> > >>> >I also tried to enable external LDAP authentication but I think it >>>doesn't >>> >seem to work at all. >>> > >>> >Could please advise me what to do in such a case?n >>> >Do I need external authentication to get it working - if so could >>>please >>> >tell me what >>> >is the correct procedure of doing that? >>> > >>> >Thanks >>> >Marek >>> >>> >
