Paul Grosu
Paul Grosu
Actually I ran it on a cluster and it worked fine. Curious of the new approach. At least we have more things to test out :)
I can't do a PR since I can't sign the CLA, but I can post stuff. Just take anything you find useful in what I post, and feel free to...
Angel, I think it's simpler than you think for a graph/tree query. As a user you would build a simple nested query with filters like this -- it would work...
I still see the answers to these as quite simple. Let's go through each one: 1. The same graph traversal should be guaranteed by a spanning tree of the graph,...
I tried to keep the client simple, but that does not preclude one from extending it for having a richer client with graph-caching. Any existing implementation would by default have...
Cases have no impact on a hexdecimal: ```Python >>> int("976feb684cfdb4b2337530699e1d0fbd", 16) - int("0x976FEB684CFDB4B2337530699E1D0FBD", 16) 0L ``` If the checksum algorithm is case-sensitive in such situations, then it is probably not...
@lm-jkominek I know `dsub` has retries, but if you want complete control of it while it is running under multiple processes, here's a few wrapper scripts you can launch your...
Hi @lm-jkominek, It could be, but I doubt it based on the quotas listed here -- and knowing the throughput of GoogleStorage (and different type of errors that would be...
@RiverShah, @gsneha26, @slagelwa: Maybe I'm thinking this is too obvious, but why don't you combine groups of 20 files into a self-indexable file as one input file/output file, and let...
@chemistry-sourabh These smoke tests have to be done as part of the acceptance testing suite I'm building, in order to provide in the release documents specifically what we are supporting....