[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-03-01 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1589#comment-1589
 ] 

Ashutosh Mestry commented on ATLAS-1588:


[~apoorvnaik] Thanks for the update. ATLAS-1606 addresses this problem.

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>Assignee: Ashutosh Mestry
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879494#comment-15879494
 ] 

Ashutosh Mestry commented on ATLAS-1588:


Got it! I will proceed with the implementation that is already committed. 
Thanks!

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>Assignee: Ashutosh Mestry
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Jeffrey Hagelberg (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879489#comment-15879489
 ] 

Jeffrey Hagelberg commented on ATLAS-1588:
--

[~guptaneeru] is working on contributing the TItan 1 implementation.  It's 
under review now.  I would expect it to be done either this week or early next 
week.  Neeru might be able to give a more concrete estimate.

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879320#comment-15879320
 ] 

Ashutosh Mestry commented on ATLAS-1588:


Thanks! I will wait until the commit. What would be ETA for this? I took at 
stab at this and realized that I needed the FieldInfo to create a 'has' 
expression.

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Jeffrey Hagelberg (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879311#comment-15879311
 ] 

Jeffrey Hagelberg commented on ATLAS-1588:
--

It may make sense to wait until at least the titan1 backend has been committed 
before looking at this though.  Otherwise there won't really be a way to test 
the changes.

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Jeffrey Hagelberg (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879308#comment-15879308
 ] 

Jeffrey Hagelberg commented on ATLAS-1588:
--

[~ashustariov] - If you could address it, that would be good.  We're in the 
process of doing final testing of both the titan1 and ibm-graph implementations 
of the graph abstraction layer, which both use TP 3.  Hopefully those will be 
committed fairly soon.  Until this is done, the ExportService won't be usable 
with either of those backends.  Using GremlinExpressionFactory.INSTANCE seems 
to be a good choice since it already has logic for generating gremlin that 
works with TP2 or TP3.  A lot of the logic in there is geared towards what the 
DSL translator needs, though.  There might need to be some refactoring needed, 
for example a method to create a has expression that does not require a 
FieldInfo and GraphPersistenceStrategies object to be on hand :-)

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (ATLAS-1588) ExportService is not compatible with Tinkerpop 3

2017-02-22 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15879236#comment-15879236
 ] 

Ashutosh Mestry commented on ATLAS-1588:


Jeffrey: Are you expecting us to address this? If yes, should 
GremlinExpressionFactory.INSTANCE be used to construct the expression?

> ExportService is not compatible with Tinkerpop 3
> 
>
> Key: ATLAS-1588
> URL: https://issues.apache.org/jira/browse/ATLAS-1588
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jeffrey Hagelberg
>
> The ExportService needs to be changed to generate gremlin using 
> GremlinExpressionFactory so that it works with backends that require 
> TinkerPop 3.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)