Errata

Learning Apache Drill

Errata for Learning Apache Drill

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed, PDF, ePub, Mobi, , Other Digital Version
Page xv
Last paragraph

The last paragraph starts with:

"I would like thank all the members... "

It should start with:

"I would like to thank all the members... "

Charles Givre
Charles Givre
 
Jan 01, 2019 
Printed, PDF, ePub, Mobi, , Other Digital Version
Page 91
1st Paragraph

Oracle just released a new version of the MySQL JDBC driver (version 8) which has a new class name. If you are using MySQL with Drill, and using the version 8 driver, the correct driver name is: com.mysql.cj.jdbc.Driver. The new configuration is as shown below:

{
"type": "jdbc",
"driver": "com.mysql.cj.jdbc.Driver",
"url": "jdbc:mysql://<host>:<port>",
"username": "<username>",
"password": "<password>",
"caseInsensitiveTableNames": false,
"enabled": true
}

Charles Givre
Charles Givre
 
Jan 01, 2019