Re: [jira] [Commented] (PIRK-65) Debug Logging Not Working within Distributed Applications

2016-09-22 Thread Walter Ray-Dulany
You're right! (Of course you knew that already). I did what I should have done earlier and checked out the project from just before PIRK-11 was committed, and indeed one can change log levels there. Back to making this work. On Thu, Sep 22, 2016 at 10:23 PM, Ellison Anne Williams (JIRA) <

Re: Math deck

2016-09-22 Thread Tim Ellison
Makes sense, thanks Ellison Anne and Walter. While I think I grok enough of the encryption/decryption for now, I'm still plodding through the PIR mechanism. There will be more questions ;-) Thank you for your tolerance. Regards, Tim On 22/09/16 14:45, Walter Ray-Dulany wrote: > I would like

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r79988418 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/ResponderDriver.java --- @@ -50,103 +40,31 @@ { private static final Logger

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r79987737 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/ResponderService.java --- @@ -0,0 +1,73 @@ +package

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r79988975 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/spi/ResponderPlugin.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80012564 --- Diff: src/main/resources/META-INF/services/org.apache.pirk.responder.wideskies.spi.ResponderPlugin --- @@ -0,0 +1,5 @@

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread ellisonanne
Github user ellisonanne commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80005357 --- Diff: src/main/resources/META-INF/services/org.apache.pirk.responder.wideskies.spi.ResponderPlugin --- @@ -0,0 +1,5 @@

Re: [GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread Ellison Anne Williams
Why are we using the service-plugin model when we are dropping the platform designations? Thought that we were going to drop all central platform awareness from Pirk in favor of the ResponderLauncher. The service-plugin model retains it in a roundabout way as we have to statically maintain the

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread ellisonanne
Github user ellisonanne commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80003616 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/spi/ResponderPlugin.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread DarinJ
Github user DarinJ commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80025462 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/spark/SparkResponder.java --- @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread DarinJ
Github user DarinJ commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80026414 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/spi/ResponderPlugin.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread DarinJ
Github user DarinJ commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80026380 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/ResponderDriver.java --- @@ -50,103 +40,31 @@ { private static final Logger

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread DarinJ
Github user DarinJ commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80026462 --- Diff: src/main/resources/responder.properties --- @@ -27,9 +27,15 @@ pir.dataInputFormat= #outputFile -- required -- Fully qualified name of

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread DarinJ
Github user DarinJ commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80029052 --- Diff: src/main/resources/META-INF/services/org.apache.pirk.responder.wideskies.spi.ResponderPlugin --- @@ -0,0 +1,5 @@

[GitHub] incubator-pirk pull request #93: WIP-Pirk 63-DO NOT MERGE

2016-09-22 Thread tellison
Github user tellison commented on a diff in the pull request: https://github.com/apache/incubator-pirk/pull/93#discussion_r80030927 --- Diff: src/main/java/org/apache/pirk/responder/wideskies/ResponderDriver.java --- @@ -50,103 +40,31 @@ { private static final Logger

Idea for handling result matrix overflows

2016-09-22 Thread James Carr
Hello all, I've been working through the Wideskies paper and Walter's slides. I think I have an idea that would improve usability by a lot, but I want to run it past you guys to see if it would work. Here's my understanding of how the Wideskies Responder works: - It maintains the values Y_0,

Re: Idea for handling result matrix overflows

2016-09-22 Thread Walter Ray-Dulany
I would like to hear Ellison Anne's opinion on this, but I think such a change has no security implications. While it would be a definite change in how the algorithm operates, from a mathematical-security perspective this is no different than picking an r value that it simply enormous (recall