Skip to content

Commit

Permalink
chore: Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Sep 3, 2023
1 parent c25bd82 commit 8ef3b45
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ contrib = contrib-title-conventional-commits
line-length=65

[contrib-title-conventional-commits]
types=fix,feat,chore,docs,style,refactor,perf,test,revert,cI,build
types=fix,feat,chore,docs,style,refactor,perf,test,revert,cI,build
2 changes: 1 addition & 1 deletion .sqlfluffignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbts/target/
dbts/dbt_packages/
dbts/macros/
dbts/dbt-macro/
2 changes: 1 addition & 1 deletion docker/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
volume/
volume/
1 change: 0 additions & 1 deletion docker/flink/flink-sql-hudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ ${FLINK_HOME}/bin/sql-client.sh embedded --init $SQL_CLIENT_HOME/flink-init-hudi
-D sql-client.verbose=true \
-D sql-client.execution.result-mode=TABLEAU \
shell

1 change: 0 additions & 1 deletion docker/flink/flink-sql-iceberg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ ${FLINK_HOME}/bin/sql-client.sh embedded --init $SQL_CLIENT_HOME/flink-init-iceb
-D sql-client.verbose=true \
-D sql-client.execution.result-mode=TABLEAU \
shell

2 changes: 1 addition & 1 deletion docker/flink/hadoop-core-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
<name>fs.s3.impl</name>
<value>org.apache.hadoop.fs.s3a.S3AFileSystem</value>
</property>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion docker/flink/hadoop-hive-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
<value>thrift://hive-metastore:9083</value>
</property>

</configuration>
</configuration>
2 changes: 1 addition & 1 deletion docker/jupyter/jupyter_server_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
c.ServerApp.port = 8899
c.ServerApp.token = ''
c.ServerApp.password = ''
c.ServerApp.terminado_settings = {'shell_command': ['/usr/bin/zsh']}
c.ServerApp.terminado_settings = {'shell_command': ['/usr/bin/zsh']}
2 changes: 1 addition & 1 deletion docker/jupyter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jupyterlab==4.0.5
pyiceberg[pyarrow,duckdb,pandas]==0.4.0
jupysql==0.10.0
jupysql==0.10.0
2 changes: 1 addition & 1 deletion docker/jupyter/themes.jupyterlab-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Selected Theme
// Application-level visual styling theme
"theme": "JupyterLab Dark"
}
}
2 changes: 1 addition & 1 deletion docker/spark/Dockerfile-spark3.4
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ COPY ./docker/jupyter/jupyter_server_config.py /root/.jupyter/
COPY ./docker/jupyter/themes.jupyterlab-settings /root/.jupyter/lab/user-settings/@jupyterlab/apputils-extension/
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["tail", "-f", "/dev/null"]
ENTRYPOINT ["tail", "-f", "/dev/null"]
1 change: 0 additions & 1 deletion docker/spark/hudi-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# This is useful for setting default environmental settings.

hoodie.datasource.write.table.type COPY_ON_WRITE

2 changes: 1 addition & 1 deletion docker/spark/spark-defaults-hudi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spark.hadoop.fs.s3.path.style.access true
spark.sql.catalog.spark_catalog org.apache.spark.sql.hudi.catalog.HoodieCatalog
spark.serializer org.apache.spark.serializer.KryoSerializer

spark.hadoop.hive.cli.print.header true
spark.hadoop.hive.cli.print.header true
2 changes: 1 addition & 1 deletion docker/spark/spark-defaults-iceberg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spark.sql.catalog.iceberg.s3.path-style-access true
spark.sql.catalog.spark_catalog org.apache.iceberg.spark.SparkSessionCatalog
spark.sql.catalog.spark_catalog.type hive

spark.hadoop.hive.cli.print.header true
spark.hadoop.hive.cli.print.header true
2 changes: 1 addition & 1 deletion docker/trino/etc-coordinator/jvm.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
-XX:PerMethodRecompilationCutoff=10000
-XX:PerBytecodeRecompilationCutoff=10000
-Djdk.attach.allowAttachSelf=true
-Djdk.nio.maxCachedBufferSize=2000000
-Djdk.nio.maxCachedBufferSize=2000000
2 changes: 1 addition & 1 deletion docker/trino/etc-coordinator/node.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node.environment=docker
node.data-dir=/data/trino
node.data-dir=/data/trino
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ password-authenticator.name=ldap
ldap.allow-insecure=true
ldap.url=ldap://openldap:1389

ldap.user-bind-pattern=cn=${USER},dc=example,dc=org
ldap.user-bind-pattern=cn=${USER},dc=example,dc=org
2 changes: 1 addition & 1 deletion docker/trino/etc-worker/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ http-server.http.port=8889
discovery.uri=http://trino:8889

http-server.process-forwarded=true
internal-communication.shared-secret=acN0eEVueRJVGkQ1djBFh9A6OU0+Utk+UMYzSPOO0W+OcC8yOQNE3+mcWi8dXbBvGHYZn7YijpIYHH5Ur15u+nB2358T/V0X1uevpIaS0JvJtL8Jhd6V+WX6pKP7bHGdGWdwvnpBU+FiogCRWNpdtOwvNgHQTMd4HNqGZp4rr2+RGOlYOB8GyMQ5K7zb08JT4NenB6eVvUG090+kxRyi0Ln2S2aBuvTPOkO3dpmiUcs3WcAfzwxN1TJEf+V2ZQu3ohj8+6YGSt+XXVcSOxNICDHMTdzEYkjtDS4/64+JosFi0E5tL2QVZgUj1kGL+npQ52qS7KqUNXM+0hRyfyIq0zesr72dzwjZiZLxrOxsbduDofabKjhzjU4Xv2i9J46nmzSXFUATi5rfwHn+Ac/DgXQZ41ntzMqD6lHUk0ttGS/aE//WIYLmsFF1WSWL33nWKCxv4u/j67yilH9Ejb0PIvq9MLUsFQPvhcq2k+eCxKmKWHkZ8jNWib42Rpjm2DDaXcXxt95K5bzJHozYUpsi82AOpOgEy6x7kqWBLQ0m4hdfnWzQ0qBaJiY/XDWxflucr6jz3o/XpC1xO1HH1DWnwVM3h7geFg2h/2WuIuV0cND8r7Pl2qku/uUWdqPqJI8YasaGw9KYm+LHLPmp1lX3bQvb9QHLDZAS6EGe5t4Aat8=
internal-communication.shared-secret=acN0eEVueRJVGkQ1djBFh9A6OU0+Utk+UMYzSPOO0W+OcC8yOQNE3+mcWi8dXbBvGHYZn7YijpIYHH5Ur15u+nB2358T/V0X1uevpIaS0JvJtL8Jhd6V+WX6pKP7bHGdGWdwvnpBU+FiogCRWNpdtOwvNgHQTMd4HNqGZp4rr2+RGOlYOB8GyMQ5K7zb08JT4NenB6eVvUG090+kxRyi0Ln2S2aBuvTPOkO3dpmiUcs3WcAfzwxN1TJEf+V2ZQu3ohj8+6YGSt+XXVcSOxNICDHMTdzEYkjtDS4/64+JosFi0E5tL2QVZgUj1kGL+npQ52qS7KqUNXM+0hRyfyIq0zesr72dzwjZiZLxrOxsbduDofabKjhzjU4Xv2i9J46nmzSXFUATi5rfwHn+Ac/DgXQZ41ntzMqD6lHUk0ttGS/aE//WIYLmsFF1WSWL33nWKCxv4u/j67yilH9Ejb0PIvq9MLUsFQPvhcq2k+eCxKmKWHkZ8jNWib42Rpjm2DDaXcXxt95K5bzJHozYUpsi82AOpOgEy6x7kqWBLQ0m4hdfnWzQ0qBaJiY/XDWxflucr6jz3o/XpC1xO1HH1DWnwVM3h7geFg2h/2WuIuV0cND8r7Pl2qku/uUWdqPqJI8YasaGw9KYm+LHLPmp1lX3bQvb9QHLDZAS6EGe5t4Aat8=
2 changes: 1 addition & 1 deletion docker/trino/etc-worker/jvm.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
-XX:PerMethodRecompilationCutoff=10000
-XX:PerBytecodeRecompilationCutoff=10000
-Djdk.attach.allowAttachSelf=true
-Djdk.nio.maxCachedBufferSize=2000000
-Djdk.nio.maxCachedBufferSize=2000000
2 changes: 1 addition & 1 deletion docker/trino/etc-worker/node.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node.environment=docker
node.data-dir=/data/trino
node.data-dir=/data/trino

0 comments on commit 8ef3b45

Please sign in to comment.