Skip to content

Commit

Permalink
use file scheme (apache#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Rand authored Dec 6, 2017
1 parent 456523a commit 4592e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_pipeline(kerberos_flag, stop_count, jar_uri, keytab_secret, jaas_uri=No
broker_dns = _kafka_broker_dns()
topic = "top1"

big_file, big_file_url = "/mnt/mesos/sandbox/big.txt", "http://norvig.com/big.txt"
big_file, big_file_url = "file:///mnt/mesos/sandbox/big.txt", "http://norvig.com/big.txt"

# arguments to the application
producer_args = " ".join([broker_dns, big_file, topic, kerberos_flag])
Expand Down

0 comments on commit 4592e3c

Please sign in to comment.