Skip to content
Snippets Groups Projects
Commit b4d096de authored by jerryshao's avatar jerryshao Committed by Reynold Xin
Browse files

[BUILD][MINOR] Fix SBT build error with network-yarn module

## What changes were proposed in this pull request?

```
error] Expected ID character
[error] Not a valid command: common (similar: completions)
[error] Expected project ID
[error] Expected configuration
[error] Expected ':' (if selecting a configuration)
[error] Expected key
[error] Not a valid key: common (similar: commands)
[error] common/network-yarn/test
```

`common/network-yarn` is not a valid sbt project, we should change to `network-yarn`.

## How was this patch tested?

Locally run the the unit-test.

CC rxin , we should either change here, or change the sbt project name.

Author: jerryshao <sshao@hortonworks.com>

Closes #11456 from jerryshao/build-fix.
parent 9495c40f
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ yarn = Module(
],
sbt_test_goals=[
"yarn/test",
"common/network-yarn/test",
"network-yarn/test",
],
test_tags=[
"org.apache.spark.tags.ExtendedYarnTest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment