File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ if [[ -d "${ZEPPELIN_HOME}/zeppelin-server/target/classes" ]]; then
6868fi
6969
7070# Add jdbc connector jar
71- # ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/jdbc/jdbc/ connector jar"
71+ # ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/jdbc connector jar"
7272
7373addJarInDir " ${ZEPPELIN_HOME} "
7474addJarInDir " ${ZEPPELIN_HOME} /lib"
Original file line number Diff line number Diff line change 3333 <name >Zeppelin: JDBC interpreter</name >
3434 <url >http://www.apache.org</url >
3535
36+ <properties >
37+ <postgresql .version>9.4-1201-jdbc41</postgresql .version>
38+ </properties >
39+
3640 <dependencies >
3741 <dependency >
3842 <groupId >org.apache.zeppelin</groupId >
3943 <artifactId >zeppelin-interpreter</artifactId >
4044 <version >${project.version} </version >
4145 <scope >provided</scope >
4246 </dependency >
43-
47+
48+ <dependency >
49+ <groupId >org.postgresql</groupId >
50+ <artifactId >postgresql</artifactId >
51+ <version >${postgresql.version} </version >
52+ </dependency >
53+
4454 <dependency >
4555 <groupId >org.slf4j</groupId >
4656 <artifactId >slf4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments