Member since
10-09-2017
11
Posts
1
Kudos Received
0
Solutions
11-20-2018
04:10 PM
Can you please share the configuration done at super set to access hive?
... View more
11-20-2018
03:48 PM
Can you please provide the details of how to connect to hive from superset? So that I can query Hive from Super set SQL Lab.
... View more
11-20-2018
03:44 PM
1 Kudo
Any luck with this? I am trying to connect to hive LLAP from super set too, so that I can Query my druid tables. It will be a great help if you can provide the details.
... View more
03-01-2018
03:51 PM
we are trying to automate the whole process using scripts, so doing it from command line (Azure CLI)
... View more
02-28-2018
07:30 PM
1. Installed Azure CLI on a local Linux server 2. Created a resource group in Azure CLI 3. Created 3 VM's with the following command in Azure CLI, made the IP's static from GUI. az vm create --resource-group testresourcegroup \ --name testVM1 \ --image RHEL \ --generate-ssh-keys
\ --verbose 3. Installed Ambari server on one node and Ambari Agents on all 3 nodes using the ambari-boot strap script https://github.com/seanorama/ambari-bootstrap 4. Tried to pull ambari in a browser and I am getting "This site can’t be reached". I did use public IP address only. Can any one suggest what am I missing here? Please let me know if you need anything else and Thank you in advance.
... View more
Labels:
- Labels:
-
Apache Ambari
10-11-2017
03:17 PM
Sridhar, Can you please check my comment.
... View more
10-10-2017
03:43 PM
@Manish We do not have LLAP configured
... View more
10-10-2017
03:42 PM
@Sridhar Reddy Select count(*) from xyz limit 2; This did kick off a job and made an entry in yarn logs. From table status may be the first query can be processed with out triggering any jobs "select count(*)" But why even while filtering a table by a where clause (in the 2nd query) does not trigger any MR jobs?
... View more
10-09-2017
09:37 PM
From a table that has more than 3.9 Billion rows, I performed select count(*) and a select statement with a where condition as mentioned below, but this does not have an entry in yarn logs. It should kick off a MR job and I should see some entries in logs, but I do not see so. Want to confirm if the mentioned 2 operations do kick of a MR job or NOT? Select count(*) from xyz;
3989090043; Select * from xyz where id=2253998123456607; Thank you for your help in advance!
... View more
Labels:
- Labels:
-
Apache YARN