Skip to content

Commit

Permalink
Fix the test failure of docs-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
TQJADE committed Aug 15, 2024
1 parent cd9b04c commit b945840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_plugins/build_api_docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_spark_if_necessary

print_header "Building Spark."
cd(SPARK_PROJECT_ROOT)
command = "build/sbt -Phive -Pkinesis-asl clean package"
command = "build/sbt -Phive -Pkinesis-asl -Popentelemetry-reporter clean package"
puts "Running '#{command}'; this may take a few minutes..."
system(command) || raise("Failed to build Spark")
$spark_package_is_built = true
Expand Down

0 comments on commit b945840

Please sign in to comment.