Nick Palladinos

Results 13 comments of Nick Palladinos

Maybe on a quantum computer... I think that for the Nothing abstraction the primordial quantum “nothingness” is the right place to be.

Unfortunately we don't have support for on-premise deployment. Currently our focus is to cover the two main cloud providers (Azure and Aws). I don't know if Azure Stack https://azure.microsoft.com/en-us/overview/azure-stack/ is...

If you want to test locally with thespian the best place is to start with the https://github.com/mbraceproject/MBrace.StarterKit

Maybe something like this https://gist.github.com/palladin/6c5bb125160984ca67e8

In general the problem with partition and lazy pipelines is that you have to traverse twice.

I'm pretty sure that I can create the same local observable phenomenon with async and ThreadStatic :)

What kind of HDFS support do you have in mind? Because AFAIK HDinsight HDFS acts as an access interface for blob storage.

@isaacabraham Support for wasb urls is certainly useful and actually Eirik has some ideas for multiple storage-account management that will enable the account resolution part of wasb urls.

It is difficult for us to debug external code without a minimal reproduction sample. A different approach is to package your code as a zip file (.exe, .dlls etc) and...

Another similar approach that is more "preemptive" in nature is to encapsulate the CPU/Memory heavy kernels of computation to another Process. ``` let task = [1 .. 10] |> List.map...