This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# http://package.mapr.com/tools/MapR-JDBC/MapR_Drill/ | |
readonly mapr_jdbc_folder="DrillJDBC41" | |
readonly jars=$(find ${mapr_jdbc_folder} -name "*.jar") | |
readonly group_id="mapr.drill.jdbc" | |
readonly version="1.4.1.1001" | |
readonly mapr_drill_jdbc_driver_install="mapr-drill-jdbc-maven-dependencies.sh" | |
readonly partial_pom="partial-pom.xml" |