I’m running a spark local cloud and I follow the how-to as posted on github.
My server is working fine and my core is online there, as you can see on the output:
Your server IP address is: 192.168.0.34
server started { host: ‘localhost’, port: 5683 }
Connection from: 192.168.0.5, connId: 1
on ready { coreID: ‘#######################’,
ip: ‘192.168.0.5’,
product_id: 0,
firmware_version: 11,
cache_key: ‘_0’ }
Core online!
My point is when I try to list the cores they appear offline as you can see here:
pi@raspberrypi ~ $ spark list
Checking with the cloud…
Retrieving cores… (this might take a few seconds)
lio1 (#######################) is offline
lio2 (#######################) is offline
I’m thinking that the command spark list is trying to access my cores on the Spark Web Cloud.
Cool… Now I understood. But when I change via spark config local, and try to spark cloud login I’m not able. How can I create the local user? Sorry I’m noobie…