|
Kerberos Secured Hadoop Cluster Support
I haven't really found anything that suggests that Janus does support accessing a Kerberos secured Hadoop cluster.
Has anyone tried this? Does this work? Should I create a request to have this
I haven't really found anything that suggests that Janus does support accessing a Kerberos secured Hadoop cluster.
Has anyone tried this? Does this work? Should I create a request to have this
|
By
TheAjitator <sam...@...>
·
#135
·
|
|
Re: Unique composite index with label constraint - issue?
https://github.com/JanusGraph/janusgraph/issues/206 created.
https://github.com/JanusGraph/janusgraph/issues/206 created.
|
By
Ivan Cikic <ivan...@...>
·
#134
·
|
|
Re: Unique composite index with label constraint - issue?
Good catch. Yes, I can confirm the issue is only with partitioned vertices. I'll create an issue for it.
Cheers,
Ivan
Good catch. Yes, I can confirm the issue is only with partitioned vertices. I'll create an issue for it.
Cheers,
Ivan
|
By
Ivan Cikic <ivan...@...>
·
#133
·
|
|
Re: Unique composite index with label constraint - issue?
Hello,
I think the issue may be related to the partitioned vertex label you've setup
vl=m.makeVertexLabel('system').partition().make()
I was suspicious that might be the cause and confirmed by
Hello,
I think the issue may be related to the partitioned vertex label you've setup
vl=m.makeVertexLabel('system').partition().make()
I was suspicious that might be the cause and confirmed by
|
By
Ted Wilmes <twi...@...>
·
#132
·
|
|
Re: Unique composite index with label constraint - issue?
Hi Ivan,
Do you want to post the issue yourself (on https://github.com/JanusGraph/janusgraph/issues) or do you want me to do it? The issue can refer to this thread. JanusGraph's source code contains a
Hi Ivan,
Do you want to post the issue yourself (on https://github.com/JanusGraph/janusgraph/issues) or do you want me to do it? The issue can refer to this thread. JanusGraph's source code contains a
|
By
HadoopMarc <m.c.d...@...>
·
#131
·
|
|
Custom IndexProvider - How do I make JanusGraph to scan application jar for config options?
Hi,
I need to plug in custom IndexProvider into JG (need one compatible with Solr 4). Annotating the class with @PreInitializeConfigOptions seems to be working fine, at least while testing from
Hi,
I need to plug in custom IndexProvider into JG (need one compatible with Solr 4). Annotating the class with @PreInitializeConfigOptions seems to be working fine, at least while testing from
|
By
Ivan Cikic <ivan...@...>
·
#130
·
|
|
Re: Unique composite index with label constraint - issue?
Hi Marc,
Sorry for slow reply, I missed the response notification (if one was sent). Anyways, I tried out your suggestion, and it seems like it might be an issue rather than just inconsistent
Hi Marc,
Sorry for slow reply, I missed the response notification (if one was sent). Anyways, I tried out your suggestion, and it seems like it might be an issue rather than just inconsistent
|
By
Ivan Cikic <ivan...@...>
·
#129
·
|
|
Who is using JanusGraph in production?
Lovely and promising project! I want to know if anyone is using JanusGraph in production at present?Thanks!
Lovely and promising project! I want to know if anyone is using JanusGraph in production at present?Thanks!
|
By
Jimmy <xuliuc...@...>
·
#128
·
|
|
Re: indexQuery error: Index with name [ ] is unknown or not configured properly
Hi Rajdeep,
Just two suggestions:
factory.open() takes some default graph that contains vertices?
the mgmt object also has some(...) awaitStatus() method that must return the right value before the
Hi Rajdeep,
Just two suggestions:
factory.open() takes some default graph that contains vertices?
the mgmt object also has some(...) awaitStatus() method that must return the right value before the
|
By
HadoopMarc <m.c.d...@...>
·
#127
·
|
|
indexQuery error: Index with name [ ] is unknown or not configured properly
I am using indexQuery (see code below) and getting the following error:
[error] (run-main-0) java.lang.IllegalArgumentException: Index with name [vertexByText] is unknown or not configured
I am using indexQuery (see code below) and getting the following error:
[error] (run-main-0) java.lang.IllegalArgumentException: Index with name [vertexByText] is unknown or not configured
|
By
rajdee...@...
·
#126
·
|
|
Re: Scala 2.10 vs. 2.11 build of Janus?
Thanks Jason!!
By
rajdee...@...
·
#125
·
|
|
Re: JanusGraph release roadmap
FYI, for those not subscribed to issue #40, there's now a build of v0.1.0-rc1 available.
FYI, for those not subscribed to issue #40, there's now a build of v0.1.0-rc1 available.
|
By
Misha Brukman <mbru...@...>
·
#124
·
|
|
Production users of JanusGraph
All,
Many Thanks to the folks who were involved in setting up JanusGraph project . We are using Titan as GraphDB for a Beta feature , the reason our feature is in Beta is we were not sure where Titan
All,
Many Thanks to the folks who were involved in setting up JanusGraph project . We are using Titan as GraphDB for a Beta feature , the reason our feature is in Beta is we were not sure where Titan
|
By
anurag <anurag...@...>
·
#123
·
|
|
Re: JanusGraph release roadmap
Rajdeep,
Alternatively, you could evaluate moving away from running JanusGraph embedded. As you know, we don't have a release yet, but when 0.1.0 releases, it'll be on at least Apache TinkerPop
Rajdeep,
Alternatively, you could evaluate moving away from running JanusGraph embedded. As you know, we don't have a release yet, but when 0.1.0 releases, it'll be on at least Apache TinkerPop
|
By
Ted Wilmes <twi...@...>
·
#122
·
|
|
Re: Scala 2.10 vs. 2.11 build of Janus?
The Scala dependency is defined via Apache TinkerPop. JanusGraph is aligned currently with the TinkerPop 3.2.x branch, which is using Scala 2.10.5 (and Spark 1.6.1). Scala 2.11 (and Spark 2.0.2) is
The Scala dependency is defined via Apache TinkerPop. JanusGraph is aligned currently with the TinkerPop 3.2.x branch, which is using Scala 2.10.5 (and Spark 1.6.1). Scala 2.11 (and Spark 2.0.2) is
|
By
Jason Plurad <plu...@...>
·
#121
·
|
|
Re: JanusGraph release roadmap
The Scala dependency is defined via Apache TinkerPop. JanusGraph is aligned currently with the TinkerPop 3.2.x branch, which is using Scala 2.10.5 (and Spark 1.6.1). Scala 2.11 (and Spark 2.0.2) is
The Scala dependency is defined via Apache TinkerPop. JanusGraph is aligned currently with the TinkerPop 3.2.x branch, which is using Scala 2.10.5 (and Spark 1.6.1). Scala 2.11 (and Spark 2.0.2) is
|
By
Jason Plurad <plu...@...>
·
#120
·
|
|
Scala 2.10 vs. 2.11 build of Janus?
We are using Scala 2.11.8 in our project but Janusgraph build seems to use scala 2.10.(5/6?) libraries.
We are wondering if there is near future release (perhaps through maven) with scala 2.11?
If
We are using Scala 2.11.8 in our project but Janusgraph build seems to use scala 2.10.(5/6?) libraries.
We are wondering if there is near future release (perhaps through maven) with scala 2.11?
If
|
By
rajdee...@...
·
#119
·
|
|
Re: JanusGraph release roadmap
Ted,
We are using Scala 2.11.8 in our project but Janusgraph build uses scala 2.10.(6?) libraries. We are wondering if there is near future release (perhaps through maven) with scala 2.11? If not,
Ted,
We are using Scala 2.11.8 in our project but Janusgraph build uses scala 2.10.(6?) libraries. We are wondering if there is near future release (perhaps through maven) with scala 2.11? If not,
|
By
rajdee...@...
·
#118
·
|
|
Re: Unable to change frame_size_mb
Thanks for the follow-up!
Marc
Op vrijdag 31 maart 2017 17:13:53 UTC+2 schreef Adam Holley:
Thanks for the follow-up!
Marc
Op vrijdag 31 maart 2017 17:13:53 UTC+2 schreef Adam Holley:
|
By
HadoopMarc <m.c.d...@...>
·
#117
·
|
|
Re: Unable to change frame_size_mb
As it turns out, the documentation is correct and I was using underscores instead of hyphens. The correct configuration is:
storage.backend=cassandrathrift
storage.cassandra.frame-size-mb=20
As it turns out, the documentation is correct and I was using underscores instead of hyphens. The correct configuration is:
storage.backend=cassandrathrift
storage.cassandra.frame-size-mb=20
|
By
Adam Holley <holl...@...>
·
#116
·
|