MicroStrategy Rest API Setup and User Guide

MicroStrategy being the one of the largely used reporting tools, the feature of Rest API provides a lot of flexibility for the use of MicroStrategy with third party tools. Here we will discuss how to setup and use MicroStrategy Rest API. Please look at this for the setup and user guide: https://www.slideshare.net/AbhishekMallick9/micro-strategy-rest-api-setup-guide

Apache Knox Setup and HDFS and Hive Accessing BigData

Apache Knox: The Apache Knox™ Gateway is an Application Gateway for interacting with the REST APIs and UIs of Apache Hadoop deployments. Setup Knox: Setup the Knox https://knox.apache.org/books/knox-0-12-0/user-guide.html#Quick+Start Access the Hive: Change in Ambari the Hive config hive.server2.transport.mode to http from binary Check in Linux Use Commands beeline !connect jdbc:hive2://hadoopmaster.com:8443/;ssl=true;sslTrustStore=/var/lib/knox/data-2.6.1.0-129/security/keystores/gateway.jks;trustStorePassword=password@123?hive.server2.transport.mode=http;hive.server2.thrift.http.path=gateway/default/hive hadoopmaster.com is your system address … Continue reading Apache Knox Setup and HDFS and Hive Accessing BigData