File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
integration-test/docker-file-server Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11.idea /
2+ spark /
23integration-test /target /
34* .class
45* .log
5- * .iml
6+ * .iml
Original file line number Diff line number Diff line change 8686
8787cd $SPARK_REPO_ROOT
8888git checkout -B $BRANCH origin/$BRANCH
89- # ./dev/make-distribution.sh --tgz -Phadoop-2.7 -Pkubernetes -DskipTests
89+ ./dev/make-distribution.sh --tgz -Phadoop-2.7 -Pkubernetes -DskipTests
9090TAG=$( git rev-parse HEAD | cut -c -6)
9191echo " Spark distribution built at SHA $TAG "
9292
Original file line number Diff line number Diff line change 1- user nginx;
2- worker_processes 1;
1+ user nginx;
2+ worker_processes 1;
33
4- error_log /var/log/nginx/error.log warn;
5- pid /var/run/nginx.pid ;
4+ error_log /var/log/nginx/error.log warn;
5+ pid /var/run/nginx.pid ;
66
7- events {
8- worker_connections 1024 ;
9- }
7+ events {
8+ worker_connections 1024 ;
9+ }
1010
11- http {
11+ http {
1212 server {
1313 root /opt/spark/jars;
1414 location /ping {
1818 }
1919 include /etc/nginx/mime.types ;
2020 default_type application/octet-stream ;
21-
21+
2222 log_format main '$remote_addr - $remote_user [$time_local] "$request" '
2323 '$status $body_bytes_sent "$http_referer" '
2424 '"$http_user_agent" "$http_x_forwarded_for"' ;
You can’t perform that action at this time.
0 commit comments