mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Set readTimeOut for download-maven-plugin
This commit is contained in:
parent
7a64690ba6
commit
78109af26d
1 changed files with 4 additions and 0 deletions
|
|
@ -832,6 +832,8 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<readTimeOut>60000</readTimeOut>
|
||||
<retries>5</retries>
|
||||
<url>${spark.download.url}</url>
|
||||
<outputDirectory>${spark.dist.cache}</outputDirectory>
|
||||
</configuration>
|
||||
|
|
@ -911,6 +913,8 @@
|
|||
<goal>wget</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<readTimeOut>60000</readTimeOut>
|
||||
<retries>5</retries>
|
||||
<url>${spark.bin.download.url}</url>
|
||||
<unpack>true</unpack>
|
||||
<outputDirectory>${project.build.directory}/spark-bin-dist</outputDirectory>
|
||||
|
|
|
|||
Loading…
Reference in a new issue