Member since
09-06-2016
108
Posts
36
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3091 | 05-11-2017 07:41 PM | |
1586 | 05-06-2017 07:36 AM | |
8615 | 05-05-2017 07:00 PM | |
2830 | 05-05-2017 06:52 PM | |
7666 | 05-02-2017 03:56 PM |
05-18-2018
04:01 PM
In my experience, if you remove the indicated flags, you still get audit logging - but those logs never get purged. Perhaps it would be better to leave the flags, but to change "INFO" to "OFF", rendering something like: -Dhdfs.audit.logger=OFF,DRFAAUDIT" ?
... View more
05-05-2017
05:19 PM
1 Kudo
Hi All, I found the Heap size of Datanode Role of my NameNode was low (1 GB) hence increased it to 3GB and hprof files are now not getting generated. I changed the heap dump path back to /tmp to verify for 24 hours ago to verify. HDFS > configuration > DataNode DefaultGroup > Resource Management > Java Heap Size of DataNode in Bytes in Cloudera Manager. Thanks, Shilpa
... View more
05-04-2017
07:07 PM
Changing the Concurrent Tasks in ExtractText to 3 and reducing the Run Duration to 500ms fixed the problem.
... View more
05-01-2017
01:37 PM
Does that mean that zookeeper service discovery mode can not be used with a mixed HiveServer2 transport mode client setup?
... View more
04-25-2017
09:27 PM
@Ward Bekker The AccessController Coprocessor for HBase, only a global administrator can take, clone, or restore a snapshot, and these actions do not capture the ACL rights. This means that restoring a table preserves the ACL rights of the existing table, and cloning a table creates a new table that has no ACL rights until the administrator adds them.
... View more
02-22-2019
09:58 PM
So I was scratching my head a lot too on finding out what "blessed" UDF is supposed to mean. Luckily I was able to make UDFs work on LLAP. Some findings: Even if you're able to create UDFs using Hive shell (non-LLAP), invoking the functions on LLAP mode, will not work. You can invoke functions on non-LLAP sessions only. Executing `create function` scripts using LLAP connection(JDBC) and then invoking them immediately will not work. They won't even show when doing a `show functions;` command. Below are the steps I did to make it work on LLAP: 1. Write drop & create functions using JDBC and execute the same using Hive LLAP jdbc connection After executing above java application, you will not see your functions created yet (if you'd check it on Hive shell using `show functions;`) 2. Restart HiveServer2 Interactive and HiveServer2 on Ambari as shown: 3. After successful restart, connect to Hive shell and do a 'show functions;'. Voila! Your UDFs now appear as you wish. 4. After that, you should already be able to invoke your UDFs in LLAP mode Above steps worked for me using HDP 3 HTH, Kenneth
... View more
04-21-2017
11:43 AM
Thanks Ward !! Currently the Spatial data is stored in oracle with data type as ST_GEOMETRY. I have checked in hive, we can't store ST_GEOMETRY datatype. All what we have to do is to change the data type in oracle and store in hive. Now changing the data type in oracle is again a big challenge as ST_AsText(ST_Geometry) or any other function don't work in oracle.
... View more
04-03-2017
02:45 PM
1 Kudo
Hi, Yes you can specify the CIDR for your vnet on the manage networks section:
... View more
03-29-2017
07:20 PM
Ok, I was able to deploy the topology. Thx!
... View more
03-19-2017
08:59 PM
Thx @yvora !
... View more
- « Previous
-
- 1
- 2
- Next »