Skip to content

Commit 1dd81f7

Browse files
committed
Merge branch 'use-git-rev-parse-for-root' into remote-jars-tests
2 parents 9a85d86 + 05ef41d commit 1dd81f7

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea/
2+
spark/
23
integration-test/target/
34
*.class
45
*.log
5-
*.iml
6+
*.iml

e2e/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fi
8686

8787
cd $SPARK_REPO_ROOT
8888
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
9090
TAG=$(git rev-parse HEAD | cut -c -6)
9191
echo "Spark distribution built at SHA $TAG"
9292

integration-test/docker-file-server/nginx.conf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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 {
@@ -18,7 +18,7 @@ http {
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"';

0 commit comments

Comments
 (0)