-
"C:\Program Files\Java\jdk1.8.0_161\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Users\oopchoi\IdeaProjects\spark "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.2.3\plugins\maven\…
ghost updated
5 years ago
-
Deprecate callbacks of the Vert.x API.
This uses a slight [modification](https://github.com/eclipse-vertx/vertx-codegen/actions/runs/4321302640) of codegen to detect callback methods
* [x] [vert…
vietj updated
2 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. install kb 0.8.3
```
curl -fsSL https://kubeblocks.io/installer/in…
-
```
prepareDF()
longStringDF
.write
.format("carbon")
.save(writerPath)
sqlContext.read.format("carbon").load(writerPath).show(false)
```
```
private def prepa…
-
My cluster has three hosts, a server, a locator, a lead, locator configuration port is 9998, running my code, sometimes connected, sometimes stuck fixed, no error message:
My code:
```
object Smart…
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily).
-
While using the ACL feature, Pinot Servers aren't able to consume messages from Kafka due to a permission denied error in the endpoint `/segmentConsumed` (more details in the log).
Ps: The Servers …
-
## Flaky Test
* **Test Name:** metricbeat/helper/windows/pdh TestPdhSuccessfulCounterRetrieval
* **Link:**https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-24174/4/pip…
-
Hi team,
The beam-vendor-calcite-1_28_0 contains a bunch of shaded dependencies with major security vulnerabilities. For example,
[log4j:1.2.17](https://mvnrepository.com/artifact/log4j/log4j/1.2…
-
Currently, for request processing, SparkJava completely relies on HTTP thread pool of Jetty (by default 8 - 200 threads).
Which in it's own turn is non-blocking on networking end, but it's blocking o…