apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Advanced similarity and duplicate source code proof of concept for our research efforts.

Results 12 apollo issues
Sort by recently updated
recently updated
newest added

As discovered in https://github.com/src-d/apollo/pull/56#issuecomment-397547322

enhancement

When resetting the cassandra DB, I often get this error: ``` root@rom-gpu-dbc68df59-kf6qw:/# apollo resetdb --cassandra cassandra INFO:cassandra:Connecting to cassandra DROP KEYSPACE IF EXISTS apollo; Traceback (most recent call last): File...

- [ ] Implement sqlite generation in s.ml/Apollo - [ ] Review part - REST service

We expect that nothing will change but need to check. Relates to #1197

Follows https://github.com/src-d/backlog/issues/1197

https://github.com/src-d/apollo/issues/58

* reweighter for hash step * fix for `coalesce` with default `None` parameter Signed-off-by: egor

Hi, `spark cassandra connector` / `scylla` fails when you attempt to make `hash` step with a big number of files. I tried 1M files - always fails, 300k files -...

When trying to run `hash` or `cmd` commands with spark in cluster mode, we get the same problem we used to have with `ml`, because the workers do not have...

# Issue description I want to run apollo on k8 staging cluster, so I wanted to test it out locally on minikube first. I used helm charts to bring up...