Skip to content

Conversation

@dragos
Copy link

@dragos dragos commented Jan 19, 2016

  • the launched driver should be in client mode, but at submission time this setting is set to ‘cluster’.
  • the spark.master setting is set to the dispatcher address (usually on port 7077). Passing it has no effect,
    since we also pass —-master which takes precedence. But this is confusing so we should filter it out.

- the launched driver should be in client mode, but at submission time this setting is set to ‘cluster’.
- the `spark.master` setting is set to the dispatcher address (usually on port 7077). Passing it has no effect,
since we also pass `—-master` which takes precedence. But this is confusing so we should filter it out.
jayv added a commit that referenced this pull request Jan 19, 2016
Don’t pass deployMode and spark.master when launching a driver.
@jayv jayv merged commit 4b2b8b1 into jayv:mesos_cluster_params Jan 19, 2016
jayv pushed a commit that referenced this pull request Mar 30, 2016
## What changes were proposed in this pull request?

This reopens apache#11836, which was merged but promptly reverted because it introduced flaky Hive tests.

## How was this patch tested?

See `CatalogTestCases`, `SessionCatalogSuite` and `HiveContextSuite`.

Author: Andrew Or <[email protected]>

Closes apache#11938 from andrewor14/session-catalog-again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants