This looks really promising actually! Im also looking for an EFS solution for the RPi so I'll definitely be keeping up with zymbit.
Search found 5 matches
- Fri May 18, 2018 6:11 pm
- Forum: General programming discussion
- Topic: Securing SD card Image by encrypting in raspberry pi 3
- Replies: 17
- Views: 37034
Re: Securing SD card Image by encrypting in raspberry pi 3
- Fri Nov 11, 2016 12:20 am
- Forum: Networking and servers
- Topic: RPI Cluster
- Replies: 5
- Views: 1646
Re: RPI Cluster
Sorry to say that spark itself is never going to run well on a Pi (at least Spark as we currently know it). Here are some minimal specs for version 0.9 (spark is up to 2+ now).
https://spark.apache.org/docs/0.9.1/har ... oning.html
https://spark.apache.org/docs/0.9.1/har ... oning.html
- Sun Nov 06, 2016 2:07 pm
- Forum: Networking and servers
- Topic: Remote Cluster Project
- Replies: 1
- Views: 536
Re: Remote Cluster Project
What are you using to cluster them? I recently began work on joining the Pi with Akka for the purpose of clustering with all the built in goodies of Akka (gossip protocol, sharing data between nodes with CRDT's, failure detection, etc). Here's a link to that: https://github.com/raspberry-pumpkins/cl...
- Sat Nov 05, 2016 9:32 pm
- Forum: Other programming languages
- Topic: Scala
- Replies: 2
- Views: 1986
Re: Scala
Saw this pop up and figured I'd share what I recently started working on. Im incorporating Akka (fantastic concurrency/distributed workflow framework for Scala/Java) into Raspberry Pi's to do things like clustering many together to distribute workloads or interact using basic AI principles. Still ea...
- Sat Nov 05, 2016 9:29 pm
- Forum: Other programming languages
- Topic: Clustered Raspberry Pi's Using Akka Clustering
- Replies: 0
- Views: 705
Clustered Raspberry Pi's Using Akka Clustering
Hey all, Im brand new to the forums (and Pi in general) but I figured I'd come out swinging (as best I can) with something Im working on. Been experimenting with Akka on Raspberry Pi's to do cool things like clustering them to distribute workloads or build "teams" of them to interact and p...