Open Enilia opened 8 years ago
Hi @Enilia - as @tobilg answers this doesn't appear to be an issue but if we're missing something please post a more complete description and I'll do my best to help. (This project is still maintained btw.)
Hi and thanks for the quick reply,
I'm sorry if i thought the project was not maintained anymore, i got this impression from the low activity of the repo in the last few months :s . Anyway, i'm glad you're still active on this project. I'll get a look at the links @tobilg gave here and post a more complete issue if there's something missing. I'm still new in the cassandra/spark/java/scala universe, so i'm a bit lost here tbh ^^
Best regards, Eni
Hey there,
As the title says, i am trying to query an existing cassandra DB from nodejs using your library. I am using a spark cluster on a LAN
Here's what i have done so far : using :
From the root of my project :
Once i have access to the command line i tried to do
but of course i get a
i then tried to adapt a snippet of scala i've seen on a stack overflow post
but all i get is a
The problem surely comes from the fact that i don't understand half of how everything is linked together, that's why i'm here asking for some help about this issue. All i need is a way to execute basic sql functions (with only WHERE clauses) over one cassandra table.
I recon this project seems no longer maintained, but this is as far as i can see the simpler solution i have seen so far (solutions like eclairJS have way more functionalities than i need, at the cost of an increased complexity and maybe less performance) and it would just fill my needs.