I’m hoping to allow interactive queries for many Tableau users with data accessed via Hive LLAP. So far results have disappointed.... should I expect this setup to work for me or should I use a different backend?
Multiple Tableau users connected to Hive LLAP
224 Views Asked by 1ijk At
1
There are 1 best solutions below
Related Questions in HIVE
- How do I set the Hive user to something different than the Spark user from within a Spark program?
- schedule and automate sqoop import/export tasks
- PIG merge two lines in the log
- Elephant bird with hive to query protobuf file
- How can we decide the total no. of buckets for a hive table
- How to create a table in Hive with a column of data type array<map<string, string>>
- How to find number of unique connection using hive/pig
- sqoop-export is failing when I have \N as data
- How can we test expressions in hive
- Run Hive Query in R with Config
- Rhive: The messages shows: Not Connected to Hiveserver2 (But can connect HDFS)
- HIVE Query Deleting source data blob
- Hive JOIN of query with subquery takes forever
- What is Metadata DB Derby?
- How could I set the number or size of output files in an "insert" script?
Related Questions in TABLEAU-API
- Data extract security in Tableau
- Joining date and time field in Tableau
- Tableau: using calculated fields for filtering dimensions
- Tableau can't publish workbook. Grayed out
- New Datastax driver for Tableau is not working
- Use values from output in different worksheets for a calculated field in Tableau
- Converting complex query with inner join to tableau
- export tableau to csv including measures
- multiple seasonality-using Tbat() function ,-forecasting
- Saving Tableau workbooks into Hadoop
- calculated field for month can't sum up when trying for quarter
- Create a dynamic table in Tableau
- Tableau error: Invalid expression, cannot be unaggregated
- In ETS packages can you use high frequency f=365..?
- How to pass each row as an argument to R script from Tableau calculated field
Related Questions in BUSINESS-INTELLIGENCE
- MDX union members in different hierarchies
- SSRS Subscription Failure
- pentaho can't access by chrome
- QlikView Resources
- Error handler for sum in ssrs
- Statistical average as the number of items averaged increases, regardless of their value
- Structural difference between Relational Databases vs. Multidimensional Databases
- How to assign a same number of business day as Monday to weekend days
- SSRS Containing Group Labels
- What is the difference between a Technical key and a Surrogate key?
- What techniques are used to handle different timezone during OLAP calculation?
- ETL Script to dynamically map multiple EXECUTE SQL resultset to multiple tables (table name based on sql file provided)
- How to conditional count in MicroStrategy?
- Many to Many Unit Conversion SSAS Multi-Dimensional
- How to avoid scentific notation in Saiku Attribute
Related Questions in AMAZON-EMR
- Read Data from HBase running on EMR Cluster with Spark installed on local machine
- How to find spark master URL on Amazon EMR
- Can I rerun failed mappers in EMR
- Application report for application_ (state: ACCEPTED) never ends for Spark Submit (with Spark 1.2.0 on YARN)
- Apache Pig 0.12.0 on Hue not preprocessing statements as expected
- Class Main$MapClass not found on EMR
- Sentry in AWS EMR
- Cannot create temp dir with proper permission: /mnt1/s3
- AWS EMR Hadoop Mapreduce physical memory limit error
- AWS EMR Cluster fails because disc is full
- Multiple column sorting hadoop streaming (EMR)
- EMR fails while uploading very large file
- Is there a way to create EMR security config with CloudFormation/Terraform
- EMR creates 0 byte files while using HDFS's moveFromLocalFile API
- custom log4j class is not working over spark 2.0 EMR
Related Questions in DATA-LAKE
- Powershell -recursive in Azure Data Lake Store
- Handle new data in "Raw" zone of Lakehouse
- Dbeaver doesn't display metadata from one of our hive instances. How to fix?
- How to deal with historicization data in a data lake vs data warehouse?
- Delta Lake: don't we need time partition for full reprocessed tables anymore
- What Happens When a Delta Table is Created in Delta Lake?
- How to convert timestamp to AWS data lake s3 timestamp
- using multiple integration tools on hdfs
- Unable to see tables in the AWS datalake/glue UI
- Can Glue Crawler crawl the deltalake files to create tables in aws glue catalogue?
- Data Lake with Kimball's Star Schema and Data Mart
- Get ADLS directory and sub-directory paths till it gets the file format in a table using databricks
- Is Data Lake and Big Data the same?
- Multiple Tableau users connected to Hive LLAP
- Streaming data from Aurora to S3 for Data Lake
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
We had the same approach in our project but not very fruitful.
2 options I would suggest:
LLAPserver if possible.Snowflake database- Copy your hive tables toSnowflakeand exposeSnowflaketo Tableau.Unfortunately, both the suggestion incur a good cost. :( but I am saying this from my experience!