lucasrocha
Databricks Employee
Databricks Employee

Hello @lprevost , I hope this message finds you well.

In order to install this library, you can follow any of the steps below:
- First step - search for libraries and versions:

  1. Go the cluster;
  2. Libraries;
  3. Install new;
  4. Maven;
  5. Search Packages;
  6. Change from Spark Packages to Maven Central;
  7. Search for "splittablegzip" > Select;
  8. Click "Install".

- Second step - quick install if you already know the "Coordinates":

  1. Go the cluster;
  2. Libraries;
  3. Install new;
  4. Maven;
  5. Go to "Coordinates" and add "nl.basjes.hadoop:splittablegzip:1.3";
  6. Click "Install".

Done.

Best regards,
Lucas Rocha

View solution in original post