Skip to content

Commit

Permalink
s/bard/broker/
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Oct 1, 2015
1 parent 899a937 commit af4d5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydruid/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af4d5ec

Please sign in to comment.