dengziming

Results 44 comments of dengziming

yes, it can import csv to backend with cassandra , but i just set storage.backend=cassandrathrift instead of storage.backend= cql, my config just like : storage.backend=cassandrathrift storage.hostname=localhost storage.cassandra.keyspace=janusgraph index.search.backend=elasticsearch index.search.hostname=localhost storage.buffer-size=10000...

@juncaofish i think your cassandra version is 3.X ? the bulk load use neither Thrift nor cqlsh, so the edition between cassandra and janusgraph should be consistent. for example ,if...

@juncaofish I havn't try cassandra 3.11, I think it's OK . just ensure that the version of cassandra in janus are the same of cassandra you use . I will...

@juncaofish hello, i have tried janusgraph3.0 and cassandra 3.10, it's difficult to do bulk import, you can do it using code of the following branch: https://github.com/dengziming/janusgraph-util/tree/feature_cassandra3 but i am sorry...

@cljxhouse if you use TxImportStoreImpl to load data to cassandra, you can use cql to persist data. if you get these error of `Could not find implementation class`, you can...

this is a strange err, there seems to be some problem with your cassandra . you should test cassandra by use the janusgraph API or gremlin.sh first to ensure your...

the exception is "couldn't local index" when invoking mgmt.retriveSchemaByName, this means it fails when querying Cassandra for the propertyId by propertyName. so I think you can use gremlin.sh to query...

> Do we have an existing KIP to cover this? I think this is an omission of [KIP-584](https://cwiki.apache.org/confluence/display/KAFKA/KIP-584%3A+Versioning+scheme+for+features), we only mention `describeFeatures(DescribeFeaturesOptions options)` and `updateFeatures(Map featureUpdates, UpdateFeaturesOptions options)` in "Admin...

I searched the whole project, and there are 3 occurrences of "Intellij", please change them all. And in this README file, the first step is "Start Zookeeper and the Kafka...

Hello @cmccabe , in #12207 you moved the validation from `FeatureControlManager.replay` to `FeatureControlManager.updateFeature`, but it's still failing since controller doesn't return right supported versions in ApiVersionResponse.