Meisam
Meisam
It would be nice to support Scala Native in Bazel: https://www.scala-native.org/ ## The Scala ecosystem lacks build tools suitable for not-trivial native projects Scala on JVM and Scala JS do...
Steps to reproduce the crash: 1. Add dependencies to cats-effect: ``` maven_install( artifacts = [ "org.typelevel:cats-free_3:2.8.0", "org.typelevel:cats-core_3:2.8.0", ], repositories = [ "https://repo1.maven.org/maven2", ], ) ``` 2. import the cats library...
* Moved YARN related code from `SparkYarnApp` to a new class `YarnInterface` * Removed "yarnAppMinotorThreads" that are created for each Spark application * Created one thread that polls YARN to...
## What changes were proposed in this pull request? Move the logic to create session IDs from SessionManager to SessionStore ## Why this change is needed? Generating session IDs at...
## What changes were proposed in this pull request? Currently, Livy spawns one thread to for each Spark application to track the status of the application on YARN. The threads...
This PR defines ``` _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_END_NAMESPACE_STD ``` macros for libc++. I tested this on linux with clang 8 and with gcc-9. I am not sure if it works on Windows...
Currently cpp-std-fwd does not support LLVM's libc++. Specifically, `clang -stdlib=libc++ ...` does not work. This is mostly because libc++ uses dedicated macros to mark the start and the end of...