From af4d5ec6cdacbb2f6e3bcd9b04df028977614d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Mon, 27 Jul 2015 14:30:25 -0700 Subject: [PATCH] s/bard/broker/ --- pydruid/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pydruid/client.py b/pydruid/client.py index 732b2793..302a0da6 100755 --- a/pydruid/client.py +++ b/pydruid/client.py @@ -38,8 +38,8 @@ class PyDruid: PyDruid contains the functions for creating and executing Druid queries, as well as for exporting query results into TSV files or pandas.DataFrame objects for subsequent analysis. - :param str url: URL of Bard node in the Druid cluster - :param str endpoint: Endpoint that Bard listens for queries on + :param str url: URL of Broker node in the Druid cluster + :param str endpoint: Endpoint that Broker listens for queries on :ivar str result_json: JSON object representing a query result. Initial value: None :ivar list result: Query result parsed into a list of dicts. Initial value: None