LoginSignup
1
0

More than 5 years have passed since last update.

ZoomdataとHadoop(Hive on Tez)の連携(Azure編)

Last updated at Posted at 2017-07-03

ZoomdataとHortonworksで、BI on Hadoop

Zoomdataと呼ばれる、BIプラットフォームを使って、Hive Tableのデータを可視化をしてみよう。Zoomdataは、内部でSparkを利用しておりデータをメモリにキャッシュする事で、高速にデータを可視化する事ができる。Azureでは、HortonworksもZoomdataもSandboxが提供されているので、そちらを使って簡単に試す事ができる。


Source: https://www.zoomdata.com/docs/2.2/images/Data%20Sources/Spark/v2.2/SparkIt%20in%20Zoomdata%20(2).png?dc=201604041903-160&width=1608&height=616

手順

  1. Azureで、Hortonworks Sandboxを使い、Hadoop、Sparkを試してみようを参考に、HDP Sandboxを展開する。

  2. Marketplaceから、Zoomdataを展開する。詳細は、Getting Started with Microsoft Azure and Zoomdataを参照するといいだろう。

  3. 起動したら、https://ip_address:8443/zoomdata に、下記ユーザーでアクセスする
    userid: admin
    passwd: インスタンス名

  4. 左上の歯車アイコンをクリックし、「Hive On Tez」をクリック
    image.png

  5. Hive On Tez Connectorに沿って、値を入力する
    image.png

  6. ConnectionのJDBCの設定は下記のように入力し、Validateをクリックし、Next
    jdbc:hive2://ip_address:10000/default
    (port 10000をネットワークセキュリティグループで開放しておく)
    (再起動時には、割り当て解除にしておくと、ip_addressが変更されるので注意。)
    image.png

  7. Hive tableを選択し、Next
    image.png

  8. Saveしたら、New Chart & Dashboardをクリックし、お好みのチャートを作成する
    image.png

  9. 下記のようなチャートが作成できる。保存する場合は、Saveで保存する
    image.png


以上

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0