Member since
02-19-2016
40
Posts
12
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2513 | 08-23-2016 08:52 PM |
03-01-2018
07:24 AM
This is pretty well laided out in the documantion...need to stop and read though it though. Now you can build a table in Hive and query the data via Impala and Hue. You'll build this table in 2 steps. First, you'll take advantage of Hive's flexible SerDes (serializers / deserializers) to parse the logs into individual fields using a regular expression. Second, you'll transfer the data from this intermediate table to one that does not require any special SerDe. Once the data is in this table, you can query it much faster and more interactively using Impala. We'll use the Hive Query Editor app in Hue to execute the following queries: )
... View more
08-24-2016
08:15 PM
2 Kudos
after start the sandbox run the following to check the status of Ambari. If any of them is not running, start it again and you should be fine ambari-agent status
ambari-server status
ambari-server start
ambari-server start
... View more
08-03-2019
04:25 PM
Why does it require write permissions to create an external table? If we have huge read-only data which we want the various users to query without duplicating, what should we do?
... View more
05-13-2016
06:44 PM
Page 20 of the PDF explains how to further enable logging. ODBC user guide for HIVE
... View more