-
I get the following error.
```
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin/java -Didea.launcher.port=7536 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA.app/Contents…
-
```
$ mvn release:clean release:prepare release:perform
(skipping one million lines)
[INFO] [binaryTest] 70
[INFO] [binaryTest] 71
[INFO] [binaryTest] 72
[INFO] [binaryTest] 73
[INFO] [binaryTe…
-
I am setting up the entreprise jupyter gateway but the initialization of spark context leads to erros for both client and cluster mode:
- Cluster mode `PYSPARK_GATEWAY_SECRET` none:
```
File "/op…
-
I used to issue releases by going to the main RoaringBitmap repository and typing ``mvn release:clean && mvn release:prepare && mvn release:perform``. Since PR https://github.com/RoaringBitmap/Roaring…
-
I am trying to spark-submit the MNIST example on a 3 node Hadoop v3.0+Spark v2.3 cluster and not sure what to do with the error below I encountered.
`spark-submit \
--master yarn \
--deploy-mode c…
-
We have several implementations of Roaring over 64-bit integers in separate repositories...
https://bitbucket.org/samytto/lazyroaring64-bits
https://bitbucket.org/samytto/roaring64bits2levels
https…
-
Hello everyone,
could we consider replacing `Iterator` by `Iterator
-
Am I correct in seeing that u64 bitmaps have been removed? If so, why? The commit message said that u64 never worked. Why didn't it work?
Can this be a feature request for u64 roaring bitmaps? …
bvinc updated
7 years ago
-
This are the code lines:
```java
@Test
public void createOntology() throws OWLException {
OntologyHelper oh = new OntologyHelper();
IRI iri = oh.convertStringToIRI("http:/…
-
Hello,
I am trying to read data from Kafka, do transformations on Spark (Streaming) and write result data to Druid.
I am able to create the dataframe that I want and write it to a text file.
…