Skip to content
Permalink
Browse files

Update Spark Job with new WriteGraph; Resolves #211 (#212)

* Update to new WriteGraph.asGraphml syntax
* Bump version number for Spark job update
  • Loading branch information...
ianmilligan1 authored and ruebot committed Aug 26, 2019
1 parent 5e523b6 commit a10db14bb34ce5f166bc040289005cd8375d3709
Showing with 2 additions and 2 deletions.
  1. +1 −1 app/jobs/spark_job.rb
  2. +1 −1 config/application.yml.example
@@ -69,7 +69,7 @@ def perform(user_id, collection_id)
.countItems()
.filter(r => r._2 > 5)
WriteGraphML(links, "#{collection_derivatives}/gephi/#{c.collection_id}-gephi.graphml")
WriteGraph.asGraphml(links, "#{collection_derivatives}/gephi/#{c.collection_id}-gephi.graphml")
sys.exit
)
@@ -9,7 +9,7 @@
# production:
# stripe_api_key: sk_live_EeHnL644i6zo4Iyq4v1KdV9H
# stripe_publishable_key: pk_live_9lcthxpSIHbGwmdO941O1XVU
AUT_VERSION: "0.17.0"
AUT_VERSION: "0.18.0"
BASE_HOSTNAME: "cloud.archivesunleashed.org" #if in development mode: localhost:3000
BASE_HOST_URL: "https://cloud.archivesunleashed.org" #if in development mode: http://localhost:3000
DASHBOARD_PASS: "test"

0 comments on commit a10db14

Please sign in to comment.
You can’t perform that action at this time.