Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Run executor -> executor comms via IPs rather than FQDNs #108

Closed
ash211 opened this issue Feb 13, 2017 · 4 comments
Closed

Run executor -> executor comms via IPs rather than FQDNs #108

ash211 opened this issue Feb 13, 2017 · 4 comments
Labels

Comments

@ash211
Copy link

ash211 commented Feb 13, 2017

See thread at #102 (comment) -- it's probably more reliable in k8s to run pod to pod communication via IP instead of via hostname. Need to make sure we don't lose much descriptiveness in Spark UIs and elsewhere by going to IPs from Hostnames though (hostnames are more familiar and memorable for debugging).

@foxish
Copy link
Member

foxish commented Feb 14, 2017

I'm not sure what we stand to gain by switching over to IPs. Definitely seems like something we should do in beta. WDYT?

@foxish foxish added the in-beta label Feb 14, 2017
@ash211
Copy link
Author

ash211 commented Feb 15, 2017

We gain resiliency against flaky DNS services, though arguable if we're seeing flaky DNS we should diagnose that part of k8s separately.

@kimoonkim
Copy link
Member

Maybe we can close this issue as well?

@ash211
Copy link
Author

ash211 commented Apr 7, 2017

Fixed in #215

@ash211 ash211 closed this as completed Apr 7, 2017
ifilonenko pushed a commit to ifilonenko/spark that referenced this issue Feb 25, 2019
…-kubernetes

Put kubernetes profiles in the published artifacts.
ifilonenko pushed a commit to bloomberg/apache-spark-on-k8s that referenced this issue Oct 21, 2019
…n SQLQueryTestSuite

### What changes were proposed in this pull request?

This PR fix Fix the associated location already exists in `SQLQueryTestSuite`:
```
build/sbt "~sql/test-only *SQLQueryTestSuite -- -z postgreSQL/join.sql"
...
[info] - postgreSQL/join.sql *** FAILED *** (35 seconds, 420 milliseconds)
[info]   postgreSQL/join.sql
[info]   Expected "[]", but got "[org.apache.spark.sql.AnalysisException
[info]   Can not create the managed table('`default`.`tt3`'). The associated location('file:/root/spark/sql/core/spark-warehouse/org.apache.spark.sql.SQLQueryTestSuite/tt3') already exists.;]" Result did not match for query apache-spark-on-k8s#108
```

### Why are the changes needed?
Fix bug.

### Does this PR introduce any user-facing change?
No

### How was this patch tested?
N/A

Closes apache#26181 from wangyum/TestError.

Authored-by: Yuming Wang <yumwang@ebay.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants