Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAS installation instructions #14

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
16 changes: 16 additions & 0 deletions install-data-analytics-studio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

### Instructions to install Data Analytics Studio on HDI 4.0

#### Prerequisites
1. A precreated HDI 4 cluster containing hive component.
2. Make sure the tez configs(tez-site) have been modified to include ```tez.history.logging.proto-base-dir=/warehouse/tablespace/external/hive/sys.db```
Restart Tez after modifying the configuration.
3. Make sure the hive configs(hive-site) have been modified to include
```hive.exec.failure.hooks=org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook``` ```hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook``` ```hive.exec.pre.hooks=org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook```
Restart Hive after modifying the configurations.

#### Installation Instructions
Execute [install-data-analytics-studio.sh](install-data-analytics-studio.sh) as [custom script action](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux) only on the head nodes.

After the script succeeds, head to ambari view and refresh. On the left panel observe a new service: ```Data Analytics Studio```.
Use the Quick Links to navigate to the UI, or append /das/ at the end of the cluster name, e.g https://clustername.azurehdinsight.net/das/
Loading