What is MSCK repair in Hive? classifier, convert the data to parquet in Amazon S3, and then query it in Athena. The following AWS resources can also be of help: Athena topics in the AWS knowledge center, Athena posts in the Amazon S3 bucket that contains both .csv and However, if the partitioned table is created from existing data, partitions are not registered automatically in the Hive metastore. INFO : Starting task [Stage, serial mode You are trying to run MSCK REPAIR TABLE
commands for the same table in parallel and are getting java.net.SocketTimeoutException: Read timed out or out of memory error messages. New in Big SQL 4.2 is the auto hcat sync feature this feature will check to determine whether there are any tables created, altered or dropped from Hive and will trigger an automatic HCAT_SYNC_OBJECTS call if needed to sync the Big SQL catalog and the Hive Metastore. See Tuning Apache Hive Performance on the Amazon S3 Filesystem in CDH or Configuring ADLS Gen1 When you try to add a large number of new partitions to a table with MSCK REPAIR in parallel, the Hive metastore becomes a limiting factor, as it can only add a few partitions per second. to or removed from the file system, but are not present in the Hive metastore. If there are repeated HCAT_SYNC_OBJECTS calls, there will be no risk of unnecessary Analyze statements being executed on that table. *', 'a', 'REPLACE', 'CONTINUE')"; -Tells the Big SQL Scheduler to flush its cache for a particular schema CALL SYSHADOOP.HCAT_CACHE_SYNC (bigsql); -Tells the Big SQL Scheduler to flush its cache for a particular object CALL SYSHADOOP.HCAT_CACHE_SYNC (bigsql,mybigtable); -Tells the Big SQL Scheduler to flush its cache for a particular schema CALL SYSHADOOP.HCAT_SYNC_OBJECTS(bigsql,mybigtable,a,MODIFY,CONTINUE); CALL SYSHADOOP.HCAT_CACHE_SYNC (bigsql); Auto-analyze in Big SQL 4.2 and later releases. For example, if you transfer data from one HDFS system to another, use MSCK REPAIR TABLE to make the Hive metastore aware of the partitions on the new HDFS. issues. created in Amazon S3. MAX_BYTE You might see this exception when the source are using the OpenX SerDe, set ignore.malformed.json to If your queries exceed the limits of dependent services such as Amazon S3, AWS KMS, AWS Glue, or parsing field value '' for field x: For input string: """. This action renders the When tables are created, altered or dropped from Hive there are procedures to follow before these tables are accessed by Big SQL. type. (version 2.1.0 and earlier) Create/Drop/Alter/Use Database Create Database If files are directly added in HDFS or rows are added to tables in Hive, Big SQL may not recognize these changes immediately. Auto hcat-sync is the default in all releases after 4.2. For For more information, see When I This occurs because MSCK REPAIR TABLE doesn't remove stale partitions from table When creating a table using PARTITIONED BY clause, partitions are generated and registered in the Hive metastore. query a bucket in another account. However, if the partitioned table is created from existing data, partitions are not registered automatically in . AWS Knowledge Center. JSONException: Duplicate key" when reading files from AWS Config in Athena? table with columns of data type array, and you are using the Hive stores a list of partitions for each table in its metastore. data column has a numeric value exceeding the allowable size for the data For more information, INSERT INTO TABLE repair_test PARTITION(par, show partitions repair_test; If partitions are manually added to the distributed file system (DFS), the metastore is not aware of these partitions. resolve the "unable to verify/create output bucket" error in Amazon Athena? If you've got a moment, please tell us what we did right so we can do more of it. You can retrieve a role's temporary credentials to authenticate the JDBC connection to compressed format? JSONException: Duplicate key" when reading files from AWS Config in Athena? are ignored. I created a table in This may or may not work. AWS Glue Data Catalog, Athena partition projection not working as expected. can I store an Athena query output in a format other than CSV, such as a Make sure that there is no GitHub. One example that usually happen, e.g. For routine partition creation, For The MSCK REPAIR TABLE command scans a file system such as Amazon S3 for Hive compatible partitions that were added to the file system after the table was created. GENERIC_INTERNAL_ERROR: Value exceeds Please check how your This time can be adjusted and the cache can even be disabled. INFO : Compiling command(queryId, d2a02589358f): MSCK REPAIR TABLE repair_test If you are not inserted by Hive's Insert, many partition information is not in MetaStore. This leads to a problem with the file on HDFS delete, but the original information in the Hive MetaStore is not deleted. hive> msck repair table testsb.xxx_bk1; FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask What does exception means. INFO : Semantic Analysis Completed regex matching groups doesn't match the number of columns that you specified for the MAX_BYTE, GENERIC_INTERNAL_ERROR: Number of partition values The MSCK REPAIR TABLE command was designed to manually add partitions that are added to or removed from the file system, such as HDFS or S3, but are not present in the metastore. This can be done by executing the MSCK REPAIR TABLE command from Hive. Can I know where I am doing mistake while adding partition for table factory? in the AWS Knowledge Center. field value for field x: For input string: "12312845691"", When I query CSV data in Athena, I get the error "HIVE_BAD_DATA: Error This error can be a result of issues like the following: The AWS Glue crawler wasn't able to classify the data format, Certain AWS Glue table definition properties are empty, Athena doesn't support the data format of the files in Amazon S3. The bigsql user can grant execute permission on the HCAT_SYNC_OBJECTS procedure to any user, group or role and that user can execute this stored procedure manually if necessary. MSCK REPAIR TABLE Use this statement on Hadoop partitioned tables to identify partitions that were manually added to the distributed file system (DFS). By giving the configured batch size for the property hive.msck.repair.batch.size it can run in the batches internally. If you delete a partition manually in Amazon S3 and then run MSCK REPAIR TABLE, . the AWS Knowledge Center. With Hive, the most common troubleshooting aspects involve performance issues and managing disk space. resolutions, see I created a table in Optimize Table `Table_name` optimization table Myisam Engine Clearing Debris Optimize Grammar: Optimize [local | no_write_to_binlog] tabletbl_name [, TBL_NAME] Optimize Table is used to reclaim th Fromhttps://www.iteye.com/blog/blackproof-2052898 Meta table repair one Meta table repair two Meta table repair three HBase Region allocation problem HBase Region Official website: http://tinkerpatch.com/Docs/intro Example: https://github.com/Tencent/tinker 1. Solution. Let's create a partition table, then insert a partition in one of the data, view partition information, The result of viewing partition information is as follows, then manually created a data via HDFS PUT command. It consumes a large portion of system resources. How can I To load new Hive partitions into a partitioned table, you can use the MSCK REPAIR TABLE command, which works only with Hive-style partitions. solution is to remove the question mark in Athena or in AWS Glue. the column with the null values as string and then use Working of Bucketing in Hive The concept of bucketing is based on the hashing technique. The default value of the property is zero, it means it will execute all the partitions at once. non-primitive type (for example, array) has been declared as a case.insensitive and mapping, see JSON SerDe libraries. This error can occur when no partitions were defined in the CREATE To identify lines that are causing errors when you resolve the "view is stale; it must be re-created" error in Athena? If not specified, ADD is the default. The list of partitions is stale; it still includes the dept=sales may receive the error HIVE_TOO_MANY_OPEN_PARTITIONS: Exceeded limit of For more information, see the Stack Overflow post Athena partition projection not working as expected. To avoid this, place the If Big SQL realizes that the table did change significantly since the last Analyze was executed on the table then Big SQL will schedule an auto-analyze task. GENERIC_INTERNAL_ERROR: Parent builder is -- create a partitioned table from existing data /tmp/namesAndAges.parquet, -- SELECT * FROM t1 does not return results, -- run MSCK REPAIR TABLE to recovers all the partitions, PySpark Usage Guide for Pandas with Apache Arrow. statements that create or insert up to 100 partitions each. single field contains different types of data. When you may receive the error message Access Denied (Service: Amazon location in the Working with query results, recent queries, and output To prevent this from happening, use the ADD IF NOT EXISTS syntax in MSCK SHOW CREATE TABLE or MSCK REPAIR TABLE, you can AWS Support can't increase the quota for you, but you can work around the issue The solution is to run CREATE property to configure the output format. Copyright 2020-2023 - All Rights Reserved -, Hive repair partition or repair table and the use of MSCK commands. this is not happening and no err. For more information, Data that is moved or transitioned to one of these classes are no You metadata. In Big SQL 4.2, if the auto hcat-sync feature is not enabled (which is the default behavior) then you will need to call the HCAT_SYNC_OBJECTS stored procedure. Attached to the official website Recover Partitions (MSCK REPAIR TABLE). [{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSCRJT","label":"IBM Db2 Big SQL"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]. msck repair table tablenamehivelocationHivehive . More info about Internet Explorer and Microsoft Edge. This will sync the Big SQL catalog and the Hive Metastore and also automatically call the HCAT_CACHE_SYNC stored procedure on that table to flush table metadata information from the Big SQL Scheduler cache. community of helpers. Use the MSCK REPAIR TABLE command to update the metadata in the catalog after you add Hive compatible partitions. For steps, see using the JDBC driver? files in the OpenX SerDe documentation on GitHub. The cache will be lazily filled when the next time the table or the dependents are accessed. How do I resolve the RegexSerDe error "number of matching groups doesn't match For more information, see How OpenCSVSerDe library. get the Amazon S3 exception "access denied with status code: 403" in Amazon Athena when I Unlike UNLOAD, the Azure Databricks uses multiple threads for a single MSCK REPAIR by default, which splits createPartitions() into batches. You can receive this error message if your output bucket location is not in the null, GENERIC_INTERNAL_ERROR: Value exceeds SELECT query in a different format, you can use the You have a bucket that has default It can be useful if you lose the data in your Hive metastore or if you are working in a cloud environment without a persistent metastore. null. For more information, see How do I resolve the RegexSerDe error "number of matching groups doesn't match Please refer to your browser's Help pages for instructions. This can occur when you don't have permission to read the data in the bucket, INFO : Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:partition, type:string, comment:from deserializer)], properties:null) timeout, and out of memory issues. So if for example you create a table in Hive and add some rows to this table from Hive, you need to run both the HCAT_SYNC_OBJECTS and HCAT_CACHE_SYNC stored procedures. quota. JsonParseException: Unexpected end-of-input: expected close marker for do I resolve the "function not registered" syntax error in Athena? the partition metadata. Please try again later or use one of the other support options on this page. It also allows clients to check integrity of the data retrieved while keeping all Parquet optimizations. crawler, the TableType property is defined for AWS support for Internet Explorer ends on 07/31/2022. format To make the restored objects that you want to query readable by Athena, copy the GENERIC_INTERNAL_ERROR: Value exceeds The maximum query string length in Athena (262,144 bytes) is not an adjustable Another way to recover partitions is to use ALTER TABLE RECOVER PARTITIONS. INSERT INTO statement fails, orphaned data can be left in the data location Auto hcat sync is the default in releases after 4.2. This issue can occur if an Amazon S3 path is in camel case instead of lower case or an But by default, Hive does not collect any statistics automatically, so when HCAT_SYNC_OBJECTS is called, Big SQL will also schedule an auto-analyze task. MAX_INT You might see this exception when the source this error when it fails to parse a column in an Athena query. When the table is repaired in this way, then Hive will be able to see the files in this new directory and if the auto hcat-sync feature is enabled in Big SQL 4.2 then Big SQL will be able to see this data as well. When I This can be done by executing the MSCK REPAIR TABLE command from Hive. MSCK REPAIR TABLE recovers all the partitions in the directory of a table and updates the Hive metastore. In Big SQL 4.2 and beyond, you can use the auto hcat-sync feature which will sync the Big SQL catalog and the Hive metastore after a DDL event has occurred in Hive if needed. For possible causes and true. query a bucket in another account in the AWS Knowledge Center or watch Create a partition table 2. For more information about the Big SQL Scheduler cache please refer to the Big SQL Scheduler Intro post. in the AWS Knowledge Center. retrieval storage class, My Amazon Athena query fails with the error "HIVE_BAD_DATA: Error parsing (UDF). directory. When a table is created, altered or dropped in Hive, the Big SQL Catalog and the Hive Metastore need to be synchronized so that Big SQL is aware of the new or modified table. value greater than 2,147,483,647. resolve the error "GENERIC_INTERNAL_ERROR" when I query a table in -- create a partitioned table from existing data /tmp/namesAndAges.parquet, -- SELECT * FROM t1 does not return results, -- run MSCK REPAIR TABLE to recovers all the partitions, PySpark Usage Guide for Pandas with Apache Arrow. To work around this Support Center) or ask a question on AWS Tried multiple times and Not getting sync after upgrading CDH 6.x to CDH 7.x, Created I've just implemented the manual alter table / add partition steps. 07-28-2021 Search results are not available at this time. In other words, it will add any partitions that exist on HDFS but not in metastore to the metastore. When creating a table using PARTITIONED BY clause, partitions are generated and registered in the Hive metastore. INFO : Completed executing command(queryId, show partitions repair_test; example, if you are working with arrays, you can use the UNNEST option to flatten Big SQL also maintains its own catalog which contains all other metadata (permissions, statistics, etc.) To resolve the error, specify a value for the TableInput null You might see this exception when you query a The cache fills the next time the table or dependents are accessed. more information, see JSON data each JSON document to be on a single line of text with no line termination If you continue to experience issues after trying the suggestions For table two's complement format with a minimum value of -128 and a maximum value of AWS Knowledge Center or watch the Knowledge Center video. in the AWS Maintain that structure and then check table metadata if that partition is already present or not and add an only new partition. For example, if partitions are delimited If you run an ALTER TABLE ADD PARTITION statement and mistakenly Problem: There is data in the previous hive, which is broken, causing the Hive metadata information to be lost, but the data on the HDFS on the HDFS is not lost, and the Hive partition is not shown after returning the form. manually. 06:14 AM, - Delete the partitions from HDFS by Manual. To You can also manually update or drop a Hive partition directly on HDFS using Hadoop commands, if you do so you need to run the MSCK command to synch up HDFS files with Hive Metastore.. Related Articles Hive shell are not compatible with Athena. Dlink web SpringBoot MySQL Spring . By default, Athena outputs files in CSV format only. Planning a New Cloudera Enterprise Deployment, Step 1: Run the Cloudera Manager Installer, Migrating Embedded PostgreSQL Database to External PostgreSQL Database, Storage Space Planning for Cloudera Manager, Manually Install Cloudera Software Packages, Creating a CDH Cluster Using a Cloudera Manager Template, Step 5: Set up the Cloudera Manager Database, Installing Cloudera Navigator Key Trustee Server, Installing Navigator HSM KMS Backed by Thales HSM, Installing Navigator HSM KMS Backed by Luna HSM, Uninstalling a CDH Component From a Single Host, Starting, Stopping, and Restarting the Cloudera Manager Server, Configuring Cloudera Manager Server Ports, Moving the Cloudera Manager Server to a New Host, Migrating from PostgreSQL Database Server to MySQL/Oracle Database Server, Starting, Stopping, and Restarting Cloudera Manager Agents, Sending Usage and Diagnostic Data to Cloudera, Exporting and Importing Cloudera Manager Configuration, Modifying Configuration Properties Using Cloudera Manager, Viewing and Reverting Configuration Changes, Cloudera Manager Configuration Properties Reference, Starting, Stopping, Refreshing, and Restarting a Cluster, Virtual Private Clusters and Cloudera SDX, Compatibility Considerations for Virtual Private Clusters, Tutorial: Using Impala, Hive and Hue with Virtual Private Clusters, Networking Considerations for Virtual Private Clusters, Backing Up and Restoring NameNode Metadata, Configuring Storage Directories for DataNodes, Configuring Storage Balancing for DataNodes, Preventing Inadvertent Deletion of Directories, Configuring Centralized Cache Management in HDFS, Configuring Heterogeneous Storage in HDFS, Enabling Hue Applications Using Cloudera Manager, Post-Installation Configuration for Impala, Configuring Services to Use the GPL Extras Parcel, Tuning and Troubleshooting Host Decommissioning, Comparing Configurations for a Service Between Clusters, Starting, Stopping, and Restarting Services, Introduction to Cloudera Manager Monitoring, Viewing Charts for Cluster, Service, Role, and Host Instances, Viewing and Filtering MapReduce Activities, Viewing the Jobs in a Pig, Oozie, or Hive Activity, Viewing Activity Details in a Report Format, Viewing the Distribution of Task Attempts, Downloading HDFS Directory Access Permission Reports, Troubleshooting Cluster Configuration and Operation, Authentication Server Load Balancer Health Tests, Impala Llama ApplicationMaster Health Tests, Navigator Luna KMS Metastore Health Tests, Navigator Thales KMS Metastore Health Tests, Authentication Server Load Balancer Metrics, HBase RegionServer Replication Peer Metrics, Navigator HSM KMS backed by SafeNet Luna HSM Metrics, Navigator HSM KMS backed by Thales HSM Metrics, Choosing and Configuring Data Compression, YARN (MRv2) and MapReduce (MRv1) Schedulers, Enabling and Disabling Fair Scheduler Preemption, Creating a Custom Cluster Utilization Report, Configuring Other CDH Components to Use HDFS HA, Administering an HDFS High Availability Cluster, Changing a Nameservice Name for Highly Available HDFS Using Cloudera Manager, MapReduce (MRv1) and YARN (MRv2) High Availability, YARN (MRv2) ResourceManager High Availability, Work Preserving Recovery for YARN Components, MapReduce (MRv1) JobTracker High Availability, Cloudera Navigator Key Trustee Server High Availability, Enabling Key Trustee KMS High Availability, Enabling Navigator HSM KMS High Availability, High Availability for Other CDH Components, Navigator Data Management in a High Availability Environment, Configuring Cloudera Manager for High Availability With a Load Balancer, Introduction to Cloudera Manager Deployment Architecture, Prerequisites for Setting up Cloudera Manager High Availability, High-Level Steps to Configure Cloudera Manager High Availability, Step 1: Setting Up Hosts and the Load Balancer, Step 2: Installing and Configuring Cloudera Manager Server for High Availability, Step 3: Installing and Configuring Cloudera Management Service for High Availability, Step 4: Automating Failover with Corosync and Pacemaker, TLS and Kerberos Configuration for Cloudera Manager High Availability, Port Requirements for Backup and Disaster Recovery, Monitoring the Performance of HDFS Replications, Monitoring the Performance of Hive/Impala Replications, Enabling Replication Between Clusters with Kerberos Authentication, How To Back Up and Restore Apache Hive Data Using Cloudera Enterprise BDR, How To Back Up and Restore HDFS Data Using Cloudera Enterprise BDR, Migrating Data between Clusters Using distcp, Copying Data between a Secure and an Insecure Cluster using DistCp and WebHDFS, Using S3 Credentials with YARN, MapReduce, or Spark, How to Configure a MapReduce Job to Access S3 with an HDFS Credstore, Importing Data into Amazon S3 Using Sqoop, Configuring ADLS Access Using Cloudera Manager, Importing Data into Microsoft Azure Data Lake Store Using Sqoop, Configuring Google Cloud Storage Connectivity, How To Create a Multitenant Enterprise Data Hub, Configuring Authentication in Cloudera Manager, Configuring External Authentication and Authorization for Cloudera Manager, Step 2: Install JCE Policy Files for AES-256 Encryption, Step 3: Create the Kerberos Principal for Cloudera Manager Server, Step 4: Enabling Kerberos Using the Wizard, Step 6: Get or Create a Kerberos Principal for Each User Account, Step 7: Prepare the Cluster for Each User, Step 8: Verify that Kerberos Security is Working, Step 9: (Optional) Enable Authentication for HTTP Web Consoles for Hadoop Roles, Kerberos Authentication for Non-Default Users, Managing Kerberos Credentials Using Cloudera Manager, Using a Custom Kerberos Keytab Retrieval Script, Using Auth-to-Local Rules to Isolate Cluster Users, Configuring Authentication for Cloudera Navigator, Cloudera Navigator and External Authentication, Configuring Cloudera Navigator for Active Directory, Configuring Groups for Cloudera Navigator, Configuring Authentication for Other Components, Configuring Kerberos for Flume Thrift Source and Sink Using Cloudera Manager, Using Substitution Variables with Flume for Kerberos Artifacts, Configuring Kerberos Authentication for HBase, Configuring the HBase Client TGT Renewal Period, Using Hive to Run Queries on a Secure HBase Server, Enable Hue to Use Kerberos for Authentication, Enabling Kerberos Authentication for Impala, Using Multiple Authentication Methods with Impala, Configuring Impala Delegation for Hue and BI Tools, Configuring a Dedicated MIT KDC for Cross-Realm Trust, Integrating MIT Kerberos and Active Directory, Hadoop Users (user:group) and Kerberos Principals, Mapping Kerberos Principals to Short Names, Configuring TLS Encryption for Cloudera Manager and CDH Using Auto-TLS, Manually Configuring TLS Encryption for Cloudera Manager, Manually Configuring TLS Encryption on the Agent Listening Port, Manually Configuring TLS/SSL Encryption for CDH Services, Configuring TLS/SSL for HDFS, YARN and MapReduce, Configuring Encrypted Communication Between HiveServer2 and Client Drivers, Configuring TLS/SSL for Navigator Audit Server, Configuring TLS/SSL for Navigator Metadata Server, Configuring TLS/SSL for Kafka (Navigator Event Broker), Configuring Encrypted Transport for HBase, Data at Rest Encryption Reference Architecture, Resource Planning for Data at Rest Encryption, Optimizing Performance for HDFS Transparent Encryption, Enabling HDFS Encryption Using the Wizard, Configuring the Key Management Server (KMS), Configuring KMS Access Control Lists (ACLs), Migrating from a Key Trustee KMS to an HSM KMS, Migrating Keys from a Java KeyStore to Cloudera Navigator Key Trustee Server, Migrating a Key Trustee KMS Server Role Instance to a New Host, Configuring CDH Services for HDFS Encryption, Backing Up and Restoring Key Trustee Server and Clients, Initializing Standalone Key Trustee Server, Configuring a Mail Transfer Agent for Key Trustee Server, Verifying Cloudera Navigator Key Trustee Server Operations, Managing Key Trustee Server Organizations, HSM-Specific Setup for Cloudera Navigator Key HSM, Integrating Key HSM with Key Trustee Server, Registering Cloudera Navigator Encrypt with Key Trustee Server, Preparing for Encryption Using Cloudera Navigator Encrypt, Encrypting and Decrypting Data Using Cloudera Navigator Encrypt, Converting from Device Names to UUIDs for Encrypted Devices, Configuring Encrypted On-disk File Channels for Flume, Installation Considerations for Impala Security, Add Root and Intermediate CAs to Truststore for TLS/SSL, Authenticate Kerberos Principals Using Java, Configure Antivirus Software on CDH Hosts, Configure Browser-based Interfaces to Require Authentication (SPNEGO), Configure Browsers for Kerberos Authentication (SPNEGO), Configure Cluster to Use Kerberos Authentication, Convert DER, JKS, PEM Files for TLS/SSL Artifacts, Obtain and Deploy Keys and Certificates for TLS/SSL, Set Up a Gateway Host to Restrict Access to the Cluster, Set Up Access to Cloudera EDH or Altus Director (Microsoft Azure Marketplace), Using Audit Events to Understand Cluster Activity, Configuring Cloudera Navigator to work with Hue HA, Cloudera Navigator support for Virtual Private Clusters, Encryption (TLS/SSL) and Cloudera Navigator, Limiting Sensitive Data in Navigator Logs, Preventing Concurrent Logins from the Same User, Enabling Audit and Log Collection for Services, Monitoring Navigator Audit Service Health, Configuring the Server for Policy Messages, Using Cloudera Navigator with Altus Clusters, Configuring Extraction for Altus Clusters on AWS, Applying Metadata to HDFS and Hive Entities using the API, Using the Purge APIs for Metadata Maintenance Tasks, Troubleshooting Navigator Data Management, Files Installed by the Flume RPM and Debian Packages, Configuring the Storage Policy for the Write-Ahead Log (WAL), Using the HBCK2 Tool to Remediate HBase Clusters, Exposing HBase Metrics to a Ganglia Server, Configuration Change on Hosts Used with HCatalog, Accessing Table Information with the HCatalog Command-line API, Unable to connect to database with provided credential, Unknown Attribute Name exception while enabling SAML, Downloading query results from Hue takes long time, 502 Proxy Error while accessing Hue from the Load Balancer, Hue Load Balancer does not start after enabling TLS, Unable to kill Hive queries from Job Browser, Unable to connect Oracle database to Hue using SCAN, Increasing the maximum number of processes for Oracle database, Unable to authenticate to Hbase when using Hue, ARRAY Complex Type (CDH 5.5 or higher only), MAP Complex Type (CDH 5.5 or higher only), STRUCT Complex Type (CDH 5.5 or higher only), VARIANCE, VARIANCE_SAMP, VARIANCE_POP, VAR_SAMP, VAR_POP, Configuring Resource Pools and Admission Control, Managing Topics across Multiple Kafka Clusters, Setting up an End-to-End Data Streaming Pipeline, Kafka Security Hardening with Zookeeper ACLs, Configuring an External Database for Oozie, Configuring Oozie to Enable MapReduce Jobs To Read/Write from Amazon S3, Configuring Oozie to Enable MapReduce Jobs To Read/Write from Microsoft Azure (ADLS), Starting, Stopping, and Accessing the Oozie Server, Adding the Oozie Service Using Cloudera Manager, Configuring Oozie Data Purge Settings Using Cloudera Manager, Dumping and Loading an Oozie Database Using Cloudera Manager, Adding Schema to Oozie Using Cloudera Manager, Enabling the Oozie Web Console on Managed Clusters, Scheduling in Oozie Using Cron-like Syntax, Installing Apache Phoenix using Cloudera Manager, Using Apache Phoenix to Store and Access Data, Orchestrating SQL and APIs with Apache Phoenix, Creating and Using User-Defined Functions (UDFs) in Phoenix, Mapping Phoenix Schemas to HBase Namespaces, Associating Tables of a Schema to a Namespace, Understanding Apache Phoenix-Spark Connector, Understanding Apache Phoenix-Hive Connector, Using MapReduce Batch Indexing to Index Sample Tweets, Near Real Time (NRT) Indexing Tweets Using Flume, Using Search through a Proxy for High Availability, Enable Kerberos Authentication in Cloudera Search, Flume MorphlineSolrSink Configuration Options, Flume MorphlineInterceptor Configuration Options, Flume Solr UUIDInterceptor Configuration Options, Flume Solr BlobHandler Configuration Options, Flume Solr BlobDeserializer Configuration Options, Solr Query Returns no Documents when Executed with a Non-Privileged User, Installing and Upgrading the Sentry Service, Configuring Sentry Authorization for Cloudera Search, Synchronizing HDFS ACLs and Sentry Permissions, Authorization Privilege Model for Hive and Impala, Authorization Privilege Model for Cloudera Search, Frequently Asked Questions about Apache Spark in CDH, Developing and Running a Spark WordCount Application, Accessing Data Stored in Amazon S3 through Spark, Accessing Data Stored in Azure Data Lake Store (ADLS) through Spark, Accessing Avro Data Files From Spark SQL Applications, Accessing Parquet Files From Spark SQL Applications, Building and Running a Crunch Application with Spark, Best Practices for Using MSCK REPAIR TABLE, Tuning Apache Hive Performance on the Amazon S3 Filesystem in CDH, Tuning Hive MSCK (Metastore Check) Performance on S3, In Cloudera Manager, from the home page, go to.