Skip to content

Commit

Permalink
HPCC4J-670 Fix workflow issues pertaining to spark-hpcc migration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner committed Dec 19, 2024
1 parent bda0844 commit 096d14d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javadocTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn -B clean install javadoc:javadoc
run: mvn -B -Dmaven.test.skip=True clean install javadoc:javadoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public HpccFileWriter(String connectionString, String user, String pass) throws

/**
* Set the trace context for the current job
* @param parentTraceID
* @param parentSpanID
* @param parentTraceID parent trace ID
* @param parentSpanID parent span ID
*/
public void setTraceContext(String parentTraceID, String parentSpanID)
{
Expand Down
4 changes: 2 additions & 2 deletions spark-hpcc/src/main/java/org/hpccsystems/spark/HpccRDD.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public HpccRDD(SparkContext sc, DataPartition[] dataParts, FieldDef originalRD,

/**
* Set the trace context for this RDD.
* @param parentTraceID
* @param parentSpanID
* @param parentTraceID parent trace ID
* @param parentSpanID parent span ID
*/
public void setTraceContext(String parentTraceID, String parentSpanID)
{
Expand Down

0 comments on commit 096d14d

Please sign in to comment.