Member since
09-02-2016
523
Posts
89
Kudos Received
42
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2309 | 08-28-2018 02:00 AM | |
2159 | 07-31-2018 06:55 AM | |
5070 | 07-26-2018 03:02 AM | |
2433 | 07-19-2018 02:30 AM | |
5863 | 05-21-2018 03:42 AM |
03-08-2019
05:10 AM
I am facing the same issue and can anyone please suggest how to resolve this. On running two spark application , one remains at accepted state while other is running. What is the configuration that needs to be done for this to be working? Following is the configuration for dynamic resource pool config: Please help!
... View more
02-27-2019
07:42 PM
Any thoughts on my previous query can someone let me know how to upgrade an unmanaged cluster to 6.1 from 5.16?
... View more
02-27-2019
02:53 AM
Late reply though. It is indeed possible to export the underlying parquet files of the table with the limitation - 1. Like other file formats support, BlobRef is not supported. 2. Files are read via Kite SDK. Currently Kite requires .metadata present. https://issues.apache.org/jira/browse/SQOOP-1394
... View more
02-25-2019
01:10 PM
Hi All, Facing below error while running the hive command. MSCK REPAIR TABLE flexdto_standin_avro; Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask Your inputs is much appreciated. Thanks Yasmin
... View more
02-23-2019
02:35 AM
Hi, I am also facing the same issue. Not able to load hive table into spark. I tried to copy the xml files in spark conf folder. But its permission denied and I tries to change the permission for the folder also .That is also not working. Using cloudera vm 5.12
... View more
02-18-2019
05:36 AM
Hello, any update to this ? I see that issue is still open. So does it mean, that there is no way how to increase dashboard download limit at the moment?
... View more
01-22-2019
04:38 AM
I had the same situation @HMC. I created again the admin user with hue createsuperuser --cm-managed Without the "--cm-managed" flag it didn't work
... View more
12-31-2018
05:10 AM
Setting quota will work. Queries will fail with quota errors.
... View more
12-15-2018
11:57 PM
So the problem was with Snapshots. I had configured snapshots a long time ago on the /user/hive/warehouse directory, and they were still being generated. I was finding the space using the commands hadoop fs -du -h /user/hive hadoop fs -du -h /user/hive/warehouse Snapshot directories can be found using command: hdfs lsSnapshottabledir hadoop fs -delteSnapshot <path without .snapshot> <snapshotname>
... View more
12-06-2018
01:50 PM
To add, For sizing a datanode heap it's similar to namenode heap, its recommend 1GB per 1M blocks. As a block could be as small a 1byte or as large as 128MB, the requirement of heap space is the same.
... View more