Skip to content

Commit 31a57c0

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1657 b: refs/heads/master c: ef7c74f h: refs/heads/master i: 1655: 5b06b61
1 parent 1ecebe4 commit 31a57c0

5 files changed

Lines changed: 39 additions & 12 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d2dbd99056186fde1f41fd33f2ca7e6c853a00f0
2+
refs/heads/master: ef7c74fd0f7cedf7c439e5bd409536f13c698132
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Example Applications
5050
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/DatastoreExample.html).
5151
- [`ResourceManagerExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality
5252
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/ResourceManagerExample.html).
53-
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managedvms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
54-
- Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava#how-does-it-work).
53+
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
54+
- Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava#how-does-it-work).
5555
- [`StorageExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/StorageExample.java) - A simple command line interface providing some of Cloud Storage's functionality
5656
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/StorageExample.html).
5757

trunk/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/ITBigQueryTest.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,9 @@ public void testQuery() throws InterruptedException {
654654
rowCount++;
655655
}
656656
assertEquals(2, rowCount);
657-
// todo(mziccard) uncomment as soon as #624 is closed
658-
// Job queryJob = bigquery.getJob(response.jobId());
659-
// JobStatistics.QueryStatistics statistics = queryJob.statistics();
660-
// assertNotNull(statistics.queryPlan());
657+
Job queryJob = bigquery.getJob(response.jobId());
658+
JobStatistics.QueryStatistics statistics = queryJob.statistics();
659+
assertNotNull(statistics.queryPlan());
661660
}
662661

663662
@Test
@@ -822,10 +821,9 @@ public void testQueryJob() throws InterruptedException {
822821
}
823822
assertEquals(2, rowCount);
824823
assertTrue(bigquery.delete(DATASET, tableName));
825-
// todo(mziccard) uncomment as soon as #624 is closed
826-
// Job queryJob = bigquery.getJob(remoteJob.jobId());
827-
// JobStatistics.QueryStatistics statistics = queryJob.statistics();
828-
// assertNotNull(statistics.queryPlan());
824+
Job queryJob = bigquery.getJob(remoteJob.jobId());
825+
JobStatistics.QueryStatistics statistics = queryJob.statistics();
826+
assertNotNull(statistics.queryPlan());
829827
}
830828

831829
@Test

trunk/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
1313
<developers>
14+
<developer>
15+
<id>derka</id>
16+
<name>Martin Derka</name>
17+
<email>[email protected]</email>
18+
<organization>Google</organization>
19+
<roles>
20+
<role>Developer</role>
21+
</roles>
22+
</developer>
23+
<developer>
24+
<id>ajaykannan</id>
25+
<name>Ajay Kannan</name>
26+
<email>[email protected]</email>
27+
<organization>Google</organization>
28+
<roles>
29+
<role>Developer</role>
30+
</roles>
31+
</developer>
1432
<developer>
1533
<id>ozarov</id>
1634
<name>Arie Ozarov</name>
@@ -20,6 +38,15 @@
2038
<role>Developer</role>
2139
</roles>
2240
</developer>
41+
<developer>
42+
<id>mziccardi</id>
43+
<name>Marco Ziccardi</name>
44+
<email>[email protected]</email>
45+
<organization>Google</organization>
46+
<roles>
47+
<role>Developer</role>
48+
</roles>
49+
</developer>
2350
</developers>
2451
<organization>
2552
<name>Google</name>

trunk/src/site/resources/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ <h3 class="block-title">Examples</h3>
178178

179179
<ul>
180180
<li>
181-
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava"><code>SparkJava demo</code></a> - Use gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
181+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
182182
</li>
183+
<li>
184+
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
183185
</ul>
184186
</div>
185187
</section>

0 commit comments

Comments
 (0)