spark-instrumented-optimizer/project
Kousuke Saruta c0972dec1d [SPARK-35180][BUILD] Allow to build SparkR with SBT
### What changes were proposed in this pull request?

This PR proposes a change that allows us to build SparkR with SBT.

### Why are the changes needed?

In the current master, SparkR can be built only with Maven.
It's helpful if we can built it with SBT.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

I confirmed that I can build SparkR on Ubuntu 20.04 with the following command.
```
build/sbt -Psparkr package
```

Closes #32285 from sarutak/sbt-sparkr.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: hyukjinkwon <gurwls223@apache.org>
2021-04-22 20:56:33 +09:00
..
build.properties [SPARK-34959][BUILD] Upgrade SBT to 1.5.0 2021-04-05 15:01:22 -07:00
MimaBuild.scala [SPARK-21708][BUILD] Migrate build to sbt 1.x 2020-10-07 15:28:00 -07:00
MimaExcludes.scala [SPARK-34862][SQL] Support nested column in ORC vectorized reader 2021-04-01 23:10:34 -07:00
plugins.sbt [SPARK-34778][BUILD] Upgrade to Avro 1.10.2 2021-03-22 19:30:14 +08:00
SparkBuild.scala [SPARK-35180][BUILD] Allow to build SparkR with SBT 2021-04-22 20:56:33 +09:00