Jekyll build from gh-pages:e3a8d8a adding trademark notice for Apache Pirk logo to website footer
Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/07af4c94 Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/07af4c94 Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/07af4c94 Branch: refs/heads/asf-site Commit: 07af4c942920227207f9803d3b499fd011e49c65 Parents: ad2f1dd Author: eawilliams <[email protected]> Authored: Wed Aug 10 18:29:57 2016 -0400 Committer: eawilliams <[email protected]> Committed: Wed Aug 10 18:30:03 2016 -0400 ---------------------------------------------------------------------- feed.xml | 4 +- index.html | 2 +- logs/pirk.log | 1435 +++++ pirk-1.log | 5812 ++++++++++++++++++ target/apache-pirk-0.0.1-SNAPSHOT-exe.jar | Bin 63128641 -> 63128618 bytes target/apache-pirk-0.0.1-SNAPSHOT.jar | Bin 244012 -> 243989 bytes target/classes/META-INF/BenchmarkList | 4 +- ...illierBenchmark$PaillierBenchmarkState.class | Bin 1818 -> 1707 bytes .../pirk/encryption/ModPowAbstraction.class | Bin 1616 -> 1502 bytes .../org/apache/pirk/encryption/Paillier.class | Bin 7280 -> 7182 bytes .../apache/pirk/encryption/PrimeGenerator.class | Bin 4824 -> 4763 bytes .../pirk/querier/wideskies/QuerierDriver.class | Bin 7337 -> 7302 bytes .../decrypt/DecryptResponseRunnable.class | Bin 7111 -> 7057 bytes .../wideskies/encrypt/EncryptQuery.class | Bin 9603 -> 9555 bytes .../pirk/query/wideskies/QueryUtils.class | Bin 11028 -> 11139 bytes .../mapreduce/ComputeResponseTool.class | Bin 16432 -> 16534 bytes .../wideskies/spark/ComputeExpLookupTable.class | Bin 6138 -> 6024 bytes .../wideskies/spark/ComputeResponse.class | Bin 16059 -> 16130 bytes .../wideskies/standalone/Responder.class | Bin 7567 -> 7505 bytes .../pirk/schema/data/DataSchemaLoader.class | Bin 8300 -> 8300 bytes .../data/partitioner/DataPartitioner.class | Bin 1068 -> 1028 bytes .../data/partitioner/IPDataPartitioner.class | Bin 3374 -> 3779 bytes .../partitioner/ISO8601DatePartitioner.class | Bin 3137 -> 3482 bytes .../partitioner/PrimitiveTypePartitioner.class | Bin 11108 -> 10897 bytes .../pirk/schema/query/QuerySchemaLoader.class | Bin 9608 -> 9608 bytes .../distributed/testsuite/DistTestSuite.class | Bin 13656 -> 13694 bytes .../org/apache/pirk/test/utils/BaseTests.class | Bin 15846 -> 15845 bytes .../pirk/test/utils/StandaloneQuery.class | Bin 8889 -> 8774 bytes .../pirk/utils/SystemConfiguration$1.class | Bin 779 -> 779 bytes .../apache/pirk/utils/SystemConfiguration.class | Bin 4628 -> 4952 bytes target/rat.txt | 2 +- ...pache.pirk.general.ISO8601DateParserTest.xml | 65 + ...ST-org.apache.pirk.general.KeyedHashTest.xml | 66 + ...EST-org.apache.pirk.general.PaillierTest.xml | 67 + ...g.apache.pirk.general.PartitionUtilsTest.xml | 67 + ...apache.pirk.general.QueryParserUtilsTest.xml | 73 + ...ache.pirk.schema.data.LoadDataSchemaTest.xml | 67 + ...he.pirk.schema.query.LoadQuerySchemaTest.xml | 68 + ...che.pirk.serialization.SerializationTest.xml | 66 + ...pirk.wideskies.standalone.StandaloneTest.xml | 65 + ...irk.general.ISO8601DateParserTest-output.txt | 2 + ...pache.pirk.general.ISO8601DateParserTest.txt | 4 + ...apache.pirk.general.KeyedHashTest-output.txt | 28 + .../org.apache.pirk.general.KeyedHashTest.txt | 4 + ....apache.pirk.general.PaillierTest-output.txt | 186 + .../org.apache.pirk.general.PaillierTest.txt | 4 + ...e.pirk.general.PartitionUtilsTest-output.txt | 8 + ...g.apache.pirk.general.PartitionUtilsTest.txt | 4 + ...pirk.general.QueryParserUtilsTest-output.txt | 525 ++ ...apache.pirk.general.QueryParserUtilsTest.txt | 4 + ...rk.schema.data.LoadDataSchemaTest-output.txt | 21 + ...ache.pirk.schema.data.LoadDataSchemaTest.txt | 4 + ....schema.query.LoadQuerySchemaTest-output.txt | 102 + ...he.pirk.schema.query.LoadQuerySchemaTest.txt | 4 + ...che.pirk.serialization.SerializationTest.txt | 4 + ...deskies.standalone.StandaloneTest-output.txt | 585 ++ ...pirk.wideskies.standalone.StandaloneTest.txt | 4 + .../org/apache/pirk/general/PaillierTest.class | Bin 7731 -> 7616 bytes .../pirk/general/PartitionUtilsTest.class | Bin 7073 -> 7068 bytes 59 files changed, 9350 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/07af4c94/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 49a7a0e..731cc79 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://pirk.incubator.apache.org/</link> <atom:link href="http://pirk.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Mon, 08 Aug 2016 17:43:25 -0400</pubDate> - <lastBuildDate>Mon, 08 Aug 2016 17:43:25 -0400</lastBuildDate> + <pubDate>Wed, 10 Aug 2016 18:29:59 -0400</pubDate> + <lastBuildDate>Wed, 10 Aug 2016 18:29:59 -0400</lastBuildDate> <generator>Jekyll v3.0.5</generator> </channel> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/07af4c94/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index d699d9d..b81a267 100644 --- a/index.html +++ b/index.html @@ -267,7 +267,7 @@ <p>Copyright © 2016-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - <p>Apache Pirk (incubating), Apache, and the Apache feather logo, are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p> + <p>Apache Pirk (incubating), Apache, the Apache Pirk logo, and the Apache feather logo, are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.</p> </footer>
