blob: 9d54c6e2b9a9b9f4c2b10cebc73bf9b30b76ac7e [file] [log] [blame]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This directory contains a demo which ingests the Twitter firehose
into Kudu.
Building this requires some dependencies which are not in our thirdparty/
directory:
Ubuntu: apt-get -y install liboauth-dev libcurl-dev
RHEL6: yum -y install liboauth-devel curl-devel
By default, the demo uses the KuduProject twitter account's API keys
to connect to the sample firehose. Use the available command-line
flags to use a different account.