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 1
1
.idea /
2
+ spark /
2
3
integration-test /target /
3
4
* .class
4
5
* .log
5
- * .iml
6
+ * .iml
Original file line number Diff line number Diff line change 86
86
87
87
cd $SPARK_REPO_ROOT
88
88
git 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
90
90
TAG=$( git rev-parse HEAD | cut -c -6)
91
91
echo " Spark distribution built at SHA $TAG "
92
92
Original file line number Diff line number Diff line change 1
- user nginx;
2
- worker_processes 1 ;
1
+ user nginx;
2
+ worker_processes 1 ;
3
3
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;
6
6
7
- events {
8
- worker_connections 1024 ;
9
- }
7
+ events {
8
+ worker_connections 1024 ;
9
+ }
10
10
11
- http {
11
+ http {
12
12
server {
13
13
root /opt/spark/jars;
14
14
location /ping {
18
18
}
19
19
include /etc/nginx/mime.types;
20
20
default_type application/octet-stream;
21
-
21
+
22
22
log_format main '$remote_addr - $remote_user [$time_local ] "$request " '
23
23
'$status $body_bytes_sent "$http_referer " '
24
24
'"$http_user_agent " "$http_x_forwarded_for "' ;
You can’t perform that action at this time.
0 commit comments