Skip to content

Commit

Permalink
Remove sap interpreter (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoldduck2 committed Aug 2, 2022
1 parent 5e98f85 commit bdb7f3f
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 3,492 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
interpreter-test-non-core:
runs-on: ubuntu-20.04
env:
INTERPRETERS: 'hbase,jdbc,file,flink-cmd,cassandra,elasticsearch,bigquery,alluxio,livy,groovy,sap,java,neo4j,submarine,sparql,mongodb,influxdb,ksql'
INTERPRETERS: 'hbase,jdbc,file,flink-cmd,cassandra,elasticsearch,bigquery,alluxio,livy,groovy,java,neo4j,submarine,sparql,mongodb,influxdb,ksql'

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
SPARK_PRINT_LAUNCH_COMMAND: "true"
SPARK_LOCAL_IP: 127.0.0.1
ZEPPELIN_LOCAL_IP: 127.0.0.1
INTERPRETERS: '!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!sap,!java,!neo4j,!submarine,!sparql,!mongodb'
INTERPRETERS: '!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb'

jobs:
run-e2e-tests-in-zeppelin-web:
Expand Down
1 change: 0 additions & 1 deletion conf/interpreter-list
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ livy org.apache.zeppelin:zeppelin-livy:0.10.0 Livy in
md org.apache.zeppelin:zeppelin-markdown:0.10.0 Markdown support
neo4j org.apache.zeppelin:zeppelin-neo4j:0.10.0 Neo4j interpreter
python org.apache.zeppelin:zeppelin-python:0.10.0 Python interpreter
sap org.apache.zeppelin:zeppelin-sap:0.10.0 SAP Support
shell org.apache.zeppelin:zeppelin-shell:0.10.0 Shell command
sparql org.apache.zeppelin:zeppelin-sparql:0.10.0 Sparql interpreter
submarine org.apache.zeppelin:zeppelin-submarine:0.10.0 Submarine interpreter
2 changes: 1 addition & 1 deletion dev/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function make_binary_release() {
git_clone
make_source_package

make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!sap,!java,!neo4j,!submarine,!sparql,!mongodb,!ksql -am"
make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl !hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb,!ksql -am"
make_binary_release all "-Pweb-angular -Phadoop-2.6"

# remove non release files and dirs
Expand Down
1 change: 0 additions & 1 deletion docs/_includes/themes/zeppelin/_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
<li><a href="{{BASE_PATH}}/interpreter/mongodb.html">MongoDB</a></li>
<li><a href="{{BASE_PATH}}/interpreter/neo4j.html">Neo4j</a></li>
<li><a href="{{BASE_PATH}}/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
<li><a href="{{BASE_PATH}}/interpreter/sap.html">SAP</a></li>
<li><a href="{{BASE_PATH}}/interpreter/shell.html">Shell</a></li>
<li><a href="{{BASE_PATH}}/interpreter/sparql.html">Sparql</a></li>
<li><a href="{{BASE_PATH}}/interpreter/submarine.html">Submarine</a></li>
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ limitations under the License.
* [Postgresql, HAWQ](./interpreter/postgresql.html)
* [Python](./interpreter/python.html)
* [R](./interpreter/r.html)
* [SAP](./interpreter/sap.html)
* [Shell](./interpreter/shell.html)
* [Spark](./interpreter/spark.html)
* [Sparql](./interpreter/sparql.html)
Expand Down
169 changes: 0 additions & 169 deletions docs/interpreter/sap.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/usage/interpreter/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ You can also find the below community managed interpreter list in `conf/interpre
<td>org.apache.zeppelin:zeppelin-python:0.10.0</td>
<td>Python interpreter</td>
</tr>
<tr>
<td>sap</td>
<td>org.apache.zeppelin:zeppelin-sap:0.10.0</td>
<td>SAP support</td>
</tr>
<tr>
<td>shell</td>
<td>org.apache.zeppelin:zeppelin-shell:0.10.0</td>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<module>bigquery</module>
<module>alluxio</module>
<module>neo4j</module>
<module>sap</module>
<module>java</module>
<module>ksql</module>
<module>sparql</module>
Expand Down
73 changes: 0 additions & 73 deletions sap/pom.xml

This file was deleted.

0 comments on commit bdb7f3f

Please sign in to comment.