Below you will find pages that utilize the taxonomy term “Open source”
I have been working on several personal projects lately. Basically scratching projects itching on my to do lists for several months. This is the first write up from them: templating without base repositories.
The year has ended, what has been going on?
This week I have been working a lot with a relatively large dataset on a Spark shell. It was a graph with 1 billion nodes and 2 billion edges that I wanted to analyse with GraphFrames (the successor of GraphX on Spark).
I ran into this problem with sbt
dependency resolution around 7 weeks ago. I
was in a hurry, so I commented out the offending import (since it was not in the
subproject I was working on, so was not needed for the run I was in) sent my
commit to the heavens and CircleCI was happy.