Skip to content

Commit

Permalink
Pure JS Hive Thrift Driver config
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jun 16, 2019
1 parent 4ca169e commit c103a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DriverDependencies = {
bigquery: '@cubejs-backend/bigquery-driver',
redshift: '@cubejs-backend/postgres-driver',
clickhouse: '@cubejs-backend/clickhouse-driver',
hive: '@cubejs-backend/jdbc-driver'
hive: '@cubejs-backend/hive-driver'
};

const checkEnvForPlaceholders = () => {
Expand Down

0 comments on commit c103a9a

Please sign in to comment.