Skip to content

Commit

Permalink
Fix the download path of functions nar pkg (apache#5933)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <[email protected]>

### Motivation
Generally, users rarely change the configuration of downloadDirectory. If we store it in the /tmp directory, the file will be invalid after a period of time.

### Modifications

Replace /tmp/pulsar_functions with download/pulsar_functions
  • Loading branch information
wolfstudy authored Dec 27, 2019
1 parent 4ec754c commit a2c9d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/functions_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zooKeeperOperationTimeoutSeconds: 30
################################

numFunctionPackageReplicas: 1
downloadDirectory: /tmp/pulsar_functions
downloadDirectory: download/pulsar_functions
# Classname of Pluggable JVM GC metrics logger that can log GC specific metrics
# jvmGCMetricsLoggerClassName:

Expand Down

0 comments on commit a2c9d4e

Please sign in to comment.