This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill-site.git
commit e2cd788b4673a46704abb46a898fdcf3f8a86fb6 Author: James Turton <ja...@somecomputer.xyz> AuthorDate: Sat May 18 05:37:08 2024 +0200 Update the MapR ODBC driver download instructions. --- .../010-installing-the-driver-on-linux.md | 12 ++++++++++-- .../020-installing-the-driver-on-mac-os-x.md | 11 ++++++++--- .../030-installing-the-driver-on-windows.md | 9 ++++++--- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md index 6ba9a72143..d1eb78dc51 100644 --- a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md +++ b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md @@ -37,7 +37,15 @@ Verify that your system meets the system requirements before you start. To install the driver, you need Administrator privileges on the computer. ## Step 1: Download the Drill ODBC Driver -Download the latest driver from the [download site](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/). + +{% startnote.html} +Post the acquisition of MapR by HPE, the MapR ODBC driver's licensing and distribution have changed. +{% startnote.html} + +The latest advice shared with the open source project by HPE follows. + +> You must create a HPE passport account with your email, then you must obtain a token: [https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html](https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html). With your token and your passport email then you can connect to [https://package.ezmeral.hpe.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.5.1.1002/](https://package.ezmeral.hpe.com/tools/M [...] + ## Step 2: Install the Drill ODBC Driver @@ -84,4 +92,4 @@ or ### Next Step -[Configuring ODBC on Linux]({{ site.baseurl }}/docs/configuring-odbc-on-linux/). \ No newline at end of file +[Configuring ODBC on Linux]({{ site.baseurl }}/docs/configuring-odbc-on-linux/). diff --git a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md index db4891f7a2..340011aec6 100644 --- a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md +++ b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md @@ -27,8 +27,13 @@ To install the driver, you need Administrator privileges on the computer. ## Step 1: Download the Drill ODBC Driver -To download ODBC drivers that support both 32- and 64-bit client applications, click -[Drill ODBC Driver for Mac](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/). +{% startnote.html} +Post the acquisition of MapR by HPE, the MapR ODBC driver's licensing and distribution have changed. +{% startnote.html} + +The latest advice shared with the open source project by HPE follows. + +> You must create a HPE passport account with your email, then you must obtain a token: [https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html](https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html). With your token and your passport email then you can connect to [https://package.ezmeral.hpe.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.5.1.1002/](https://package.ezmeral.hpe.com/tools/M [...] ## Step 2: Install the Drill ODBC Driver @@ -64,4 +69,4 @@ To display information about the iODBC driver manager installed on the machine, ### Next Step -[Configuring ODBC on Mac OS X]({{ site.baseurl }}/docs/configuring-odbc-on-mac-os-x/). \ No newline at end of file +[Configuring ODBC on Mac OS X]({{ site.baseurl }}/docs/configuring-odbc-on-mac-os-x/). diff --git a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md index e72416ec4d..0691e34eba 100644 --- a/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md +++ b/_docs/en/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md @@ -47,10 +47,13 @@ To install the driver, you need Administrator privileges on the computer. ## Step 1: Download the Drill ODBC Driver -Download the installer that corresponds to the bitness of the client application from which you want to create an ODBC connection. The current version is 1.3.8. +{% startnote.html} +Post the acquisition of MapR by HPE, the MapR ODBC driver's licensing and distribution have changed. +{% startnote.html} -* [Drill ODBC Driver (32-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/) -* [Drill ODBC Driver (64-bit)](http://package.mapr.com/tools/MapR-ODBC/MapR_Drill/) +The latest advice shared with the open source project by HPE follows. + +> You must create a HPE passport account with your email, then you must obtain a token: [https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html](https://docs.ezmeral.hpe.com/datafabric-customer-managed/75/AdvancedInstallation/Obtaining_a_Token.html). With your token and your passport email then you can connect to [https://package.ezmeral.hpe.com/tools/MapR-ODBC/MapR_Drill/MapRDrill_odbc_v1.5.1.1002/](https://package.ezmeral.hpe.com/tools/M [...] ----------