From 06e4199dd22a68485bdf2cf808b7d1d9df0eb76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scheibe?= Date: Wed, 14 Nov 2012 21:16:41 +0100 Subject: [PATCH] fixed path to base persist directory for rand example --- examples/rand/rand_realtime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rand/rand_realtime.spec b/examples/rand/rand_realtime.spec index 74b51d697cc..39323295205 100644 --- a/examples/rand/rand_realtime.spec +++ b/examples/rand/rand_realtime.spec @@ -27,6 +27,6 @@ "type": "realtime", "windowPeriod": "PT5m", "segmentGranularity": "hour", - "basePersistDirectory": "/tmp/realtime/basePersist" + "basePersistDirectory": "/tmp/rand_realtime/basePersist" } }]