Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample_data_loader_neptune.py - No data loaded in Neptune #2096

Open
vle1 opened this issue Feb 3, 2023 · 4 comments
Open

sample_data_loader_neptune.py - No data loaded in Neptune #2096

vle1 opened this issue Feb 3, 2023 · 4 comments
Labels
stale status:needs_triage For all issues that need to be processed type:question An issue or PR that needs more information or a user question

Comments

@vle1
Copy link

vle1 commented Feb 3, 2023

I am trying to set up Amundsen with Neptune backend. I've configured Neptune and AWS Elasticsearch and launched the Amundsen services through the bootstrap docker-compose example.

The sample data loader completes without error. I see files written to S3 and data written to ES, search also works on the Amundsen frontend, however there does not seem to be any data written to Neptune and loading the homepage or any table page (from search results) fails with HTTP 500 errors.

I have set up all the IAM trust relationships and I'm running the script from an EC2 within the same VPC and am assuming the role created for Neptune/S3/ES full access.

Checking status in Neptune via Sagemaker Jupyter notebook shows status healthy

{'status': 'healthy',
 'startTime': 'Thu Jan 26 23:37:02 UTC 2023',
 'dbEngineVersion': '1.2.0.1.R2',
 'role': 'writer',
 'dfeQueryEngine': 'viaQueryHint',
 'gremlin': {'version': 'tinkerpop-3.5.2'},
 'sparql': {'version': 'sparql-1.1'},
 'opencypher': {'version': 'Neptune-9.0.20190305-1.0'},
 'labMode': {'ObjectIndex': 'disabled',
  'ReadWriteConflictDetection': 'enabled'},
 'features': {'ResultCache': {'status': 'disabled'},
  'IAMAuthentication': 'enabled',
  'Streams': 'disabled',
  'AuditLog': 'disabled'},
 'settings': {'clusterQueryTimeoutInMs': '120000'}}

Running sparql query to view any graphs in Neptune shows nothing

%%sparql

SELECT DISTINCT ?g 
WHERE {
  GRAPH ?g { ?s ?p ?o }
}
{
  "head": {
    "vars": [
      "g"
    ]
  },
  "results": {
    "bindings": []
  }
}

logs.txt

@boring-cyborg
Copy link

boring-cyborg bot commented Feb 3, 2023

Thanks for opening your first issue here!

@Golodhros Golodhros added status:needs_triage For all issues that need to be processed type:question An issue or PR that needs more information or a user question labels Feb 6, 2023
@stale
Copy link

stale bot commented Mar 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Mar 18, 2023
@stale
Copy link

stale bot commented May 9, 2023

This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one.

@stale stale bot closed this as completed May 9, 2023
@Golodhros Golodhros reopened this Jul 7, 2023
@stale stale bot removed the stale label Jul 7, 2023
@Golodhros Golodhros added stale and removed stale labels Jul 7, 2023
@stale
Copy link

stale bot commented Aug 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale status:needs_triage For all issues that need to be processed type:question An issue or PR that needs more information or a user question
Projects
None yet
Development

No branches or pull requests

2 participants