Talk:Analytics/Systems/EventLogging/Administration

Rendered with Parsoid
From Wikitech

@Nuria: If I try the code on the examples:

sqoop list-tables --password-file '/user/nuria/mysql-analytics-research-client-pw.txt' --username research --connect jdbc:mysql://analytics-store.eqiad.wmnet/etwiki

I get this error:

20/05/22 20:58:26 ERROR manager.CatalogQueryManager: Failed to list tables

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

I've already started the kinit, so that is not the problem. Any ideas of what I'm doing wrong? User:Diego

Problem solved. The error was in the mysql server, replacing by: jdbc:mysql://dbstore1004.eqiad.wmnet:3313/etwiki works. (it doesn't work without specifying the port, at least for me. ) --Diego (talk) 02:38, 24 May 2020 (UTC)Reply