Hacker News new | past | comments | ask | show | jobs | submit | more gglanzani's comments login

Maybe as people who were not murdered were buried in some sort of burial site? (Like a cemetery).


Hi,

Any plan to support jdbc so that it’s possible to connect to things such is HiveServer2/SparkSql?


We're hoping to add support, ideally with the help of the open source community! You can follow along at https://github.com/HVF/franchise/issues/5


same here - actually, today we use zeppelin, which is kind of a pain to setup on a cluster.

I see that you are using Reactjs. If you can build something that can connect to spark and python, I will pay for this and so will lots of people.

One of the big unsolved issues where we want to really throw money is have a notebook that my analysts can work on and then I can take straight to production and have it run multi-user.

There are lots of startups attempting to do this on top of Jupyter, but I believe building this from scratch is the right way.

I'm literally crying right now for a reactjs + d3js dashboard running on pyspark that multiple people can use simultaneously.


Not affiliated, by just found out that's compatible with Arq and when I saw the prices I was stunned.


Same here though I'm leaning towards backblaze since there's no minimum.


Try Vimr (on GitHub). It is amazing.


I wonder if that's really Kmeans, as it tend to work well only when the size of the clusters are approximately the same.

Or maybe splunk labels it as Kmeans when it really is some other algorithm.


Actually it K-Means applied after PCA (to reduce dimensionality) and after Standard Scaling.


And Riak!


This is not correct (try returning a defaultdict). That is the reason that Python 3.6 added a new inline type hint syntax

    My_dict: defaultdict[int, List[int]] = defaultdict(int)


Analytics like sum(column) are much faster if data is saved column-oriented. Also every time you don't do select *, but select a, b, it's much easier on disk because you're not even touching some columns.


Hi, are there any price informations for the enterprise?


This is so nice, congrats. Is there any way to add styling on the preview?


Currently not but since the preview is just normal HTML, all we <technically> have to do is load a different css file. You could of course also change the shipped css file and build your own version.


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: