Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test dependencies #102

Merged
merged 13 commits into from
Oct 21, 2019
Prev Previous commit
Next Next commit
Fixing hive command and misspelling in the odbc-postgresql dependency…
… name
  • Loading branch information
manmorjim committed Oct 17, 2019
commit ca13d77d398e95e512d53fb8fd3b93500833ca59
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in the `/etc/odbcinst.ini` file.
Driver requirements
--------------------

- odbc-postgreql: >= 9.x
- odbc-postgresql: >= 9.x
- libmyodbc: >= 5.1
- FreeTDS: >= 1.0
- hive-odbc-native: >= 2.1
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/ci/install_hive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wget --quiet --directory-prefix=/opt http://archive.apache.org/dist/hive/hive-${
tar -xzf /opt/hadoop-${HADOOP_VERSION}.tar.gz -C /opt
tar -xzf /opt/apache-hive-${HIVE_VERSION}-bin.tar.gz -C /opt
sed -i -- 's/export JAVA_HOME=${JAVA_HOME}/export JAVA_HOME=\/usr\/lib\/jvm\/java-8-openjdk-amd64/g' ${HADOOP_HOME}/etc/hadoop/hadoop-env.sh
${HADOOP_HOME}/bin/hdfs dfs namenode -format
${HADOOP_HOME}/bin/hdfs namenode -format
${HADOOP_HOME}/bin/hdfs dfs -mkdir /tmp/warehouse
${HADOOP_HOME}/bin/hdfs dfs -chmod g+w /tmp/warehouse
${HADOOP_HOME}/bin/hdfs dfs -mkdir /tmp/warehouse/fdw_tests
Expand Down