[ 
https://issues.apache.org/jira/browse/BEAM-5057?focusedWorklogId=130694&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-130694
 ]

ASF GitHub Bot logged work on BEAM-5057:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Aug/18 01:18
            Start Date: 03/Aug/18 01:18
    Worklog Time Spent: 10m 
      Work Description: chamikaramj closed pull request #6126: [BEAM-5057] More 
Javadoc fixes
URL: https://github.com/apache/beam/pull/6126
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/sdks/java/io/kudu/src/main/java/org/apache/beam/sdk/io/kudu/KuduIO.java 
b/sdks/java/io/kudu/src/main/java/org/apache/beam/sdk/io/kudu/KuduIO.java
index 5694946d3dd..89ceec71beb 100644
--- a/sdks/java/io/kudu/src/main/java/org/apache/beam/sdk/io/kudu/KuduIO.java
+++ b/sdks/java/io/kudu/src/main/java/org/apache/beam/sdk/io/kudu/KuduIO.java
@@ -62,7 +62,7 @@
  *
  * <p>{@code KuduIO} provides a source to read and returns a bounded 
collection of entities as
  * {@code PCollection&lt;T&gt;}. An entity is built by parsing a Kudu {@link 
RowResult} using the
- * provided {@link SerializableFunction&lt;RowResult, T&gt;}.
+ * provided {@link SerializableFunction}.
  *
  * <p>The following example illustrates various options for configuring the IO:
  *
@@ -98,8 +98,8 @@
  * <h3>Writing to Kudu</h3>
  *
  * <p>The Kudu sink executes a set of operations on a single table. It takes 
as input a {@link
- * PCollection PCollection&lt;T&gt;} and a {@link FormatFunction&lt;T&gt;} 
which is responsible for
- * converting the input into an idempotent transformation on a row.
+ * PCollection PCollection} and a {@link FormatFunction} which is responsible 
for converting the
+ * input into an idempotent transformation on a row.
  *
  * <p>To configure a Kudu sink, you must supply the Kudu master addresses, the 
table name and a
  * {@link FormatFunction} to convert the input records, for example:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 130694)
    Time Spent: 2h 50m  (was: 2h 40m)

> beam_Release_Gradle_NightlySnapshot failing due to a Javadoc error
> ------------------------------------------------------------------
>
>                 Key: BEAM-5057
>                 URL: https://issues.apache.org/jira/browse/BEAM-5057
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Chamikara Jayalath
>            Priority: Major
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/127/console]
> [https://builds.apache.org/job/beam_Release_Gradle_NightlySnapshot/125/console]
>  
> * What went wrong:
> Execution failed for task ':beam-sdks-java-core:javadoc'.
> > Javadoc generation failed. Generated Javadoc options file (useful for 
> > troubleshooting): 
> > '/home/jenkins/jenkins-slave/workspace/beam_Release_Gradle_NightlySnapshot/src/sdks/java/core/build/tmp/javadoc/javadoc.options'
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to