nisanharamati has quit [Quit: Connection closed for inactivity]
lewtun has joined #wallaroo
lewtun has quit [Client Quit]
<SeanTAllen>
asdf__: if you come back and see this. there's nothing directly right now to do that, but wallaroo's approach to state is rather different than Spark's so there might be a way to do what you are looking to accomplish. if you see this, i'd love to hear more about the problem you are trying to solve and i can work through possible designs with you.
aturley has quit [Quit: aturley]
asdf__ has joined #wallaroo
<asdf__>
Thanks for your reply, I don't have a concrete problem yet. Just comparing different stream processing pipelines.
<SeanTAllen>
asdf__ you're welcome. you can split state however you want in Wallaroo, so you have control over that.
asdf__ has quit [Quit: Page closed]
asdf__ has joined #wallaroo
<asdf__>
I've installed Wallaroo using the Docker method, is there any way I can get IDE support (e.g PyCharm) for wallaroo package?
aturley has joined #wallaroo
<SeanTAllen>
asdf__ let me go get someone who might be able to help with that
<SeanTAllen>
jonbrwn would be a better person to answer than me
<SeanTAllen>
ive asked him to pop in to chat asdf__
<jonbrwn>
if you have any questions about how to get that working do feel free to ask
aturley has quit [Quit: aturley]
asdf__ has quit [Quit: Page closed]
nisanharamati has joined #wallaroo
asdf__ has joined #wallaroo
<asdf__>
I tried installing from the Up script and got the following error. Any ideas? https://pastebin.com/V8ruwTzQ
<SeanTAllen>
I'm not seeing an error there, can you highlight what it is asdf__ ?
<SeanTAllen>
i'm seeing what looks like issues with your chrome and sbt installs when running `apt-get update`. Is that what you are referring to?
<asdf__>
Yep, it cannot run apt-get update
<asdf__>
I've had to to manually run apt update to get it to work
<SeanTAllen>
so you can run apt-get update, but wallaroo-up gets an error you don't otherwise get?
<SeanTAllen>
when running it?
<asdf__>
Not sure if it's just a problem with my machine, but thought I'd point it out anyway for improving it if it's possible
<jonbrwn>
@asdf__ looks like apt-get update is failing, might be helpful to run on your own and ensure you’re up to date and then re-running the Wallaroo Up script
<asdf__>
Yh, manually running apt update and then running the Up script makes it work
<SeanTAllen>
ah ok, that's good.
<SeanTAllen>
how did you run it manually?
<asdf__>
Just sudo apt update
<asdf__>
The Up script was also run with sudo
<SeanTAllen>
well, glad you have it sorted asdf__
<asdf__>
Thanks for having the IRC, it's been really useful