aws-samples / amazon-neptune-samples

Samples and documentation for using the Amazon Neptune graph database service
MIT No Attribution
354 stars 141 forks source link

sdk reference in cloudFormation template not available anymore #30

Closed cyrilou242 closed 4 years ago

cyrilou242 commented 4 years ago

Hello,

I was trying to plug a notebook to an existing neptune instance, following the Analyze Amazon Neptune Graphs using Amazon SageMaker Jupyter Notebooks tutorial. (the part "What if I want to reuse an existing Neptune cluster with SageMaker?")

The cloudFormation template is referencing an eclipse rdf4j sdk version that is not available anymore, resulting in the stack failing when trying to download it.

https://github.com/aws-samples/amazon-neptune-samples/blob/356cfc89434fc6b6d5015ab6a57c0678d0094c05/neptune-sagemaker/cloudformation-templates/neptune-sagemaker/neptune-sagemaker-nested-stack.json#L254

I used version 2.4.6 instead and everything went fine, but you may want to consider 2.5.x or 3.x versions.

Thanks for the great tutorial.

iansrobinson commented 4 years ago

Hi @cyrilou242

Thank you for reporting this. I've updated the RDF4J and Gremlin Console references to align with the versions in the Neptune Quick Start CloudFormation templates (2.5.4 and 3.4.1 respectively).

ian