Member since
02-01-2019
650
Posts
143
Kudos Received
117
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3508 | 04-01-2019 09:53 AM | |
| 1814 | 04-01-2019 09:34 AM | |
| 8925 | 01-28-2019 03:50 PM | |
| 1972 | 11-08-2018 09:26 AM | |
| 4484 | 11-08-2018 08:55 AM |
04-24-2018
03:04 PM
1 Kudo
@Thiago
Charchar
For Hbase - I'd suggest Hbase replication so that the data at origin cluster will be in sync with destination cluster. For Hive - You can use Falcon to incrementally replicate the hive tables.
... View more
04-16-2018
05:22 PM
@Michael Bronson Need to look at the Journal node logs. To fix JN, You can simply copy the data from another good JN and start it.
... View more
04-16-2018
12:24 PM
@Michael Bronson Safemode can be OFF during the upgrade. However you might want to perform the pre-upgrade tasks mentioned here : https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.1.5/bk_ambari-upgrade/content/upgrading_HDP_prepare_to_upgrade.html
... View more
04-03-2018
08:33 AM
@Christian Wurbs, Ideally major compact command should compress the altered column. Can you please re-run the major_compact command and re-check it. Additionally you can try compacting the column family. Compact a single column family within a table
hbase> major_compact ‘t1’, ‘c1’
... View more
03-27-2018
02:19 PM
@Michael Bronson Try commenting the below line in configs.py 118 #output_to_file(new_file)(new_config) I did a basic validation and it works. PUT option alone creates output file by default and GET has a flag -f. We are basically commenting the PUT operations output file.
... View more
03-26-2018
05:55 AM
1 Kudo
@Jorge Luis Hernandez Olmos, Ambari refers to another properties value called "NFSGateway maximum Java heap size" If you want to change the heap size, You'd need to update "NFSGateway maximum Java heap size".
... View more
03-26-2018
05:49 AM
@Pradeep KS All the HDP repos are available at https://github.com/hortonworks The repo naming convention is <service-name>-release , for example if you want to take a look at spark repo, the repo will be spark-release. All all the releases will be under tags. ex: https://github.com/hortonworks/spark-release/tree/HDP-2.6.4.0-91-tag
... View more
03-22-2018
07:48 AM
1 Kudo
@Girish Mallula Instead of localhost, please use the hostname provided in listener. ./kafka-console-producer.sh --broker-list xxx.domain:6667 --topic girishtp
... View more
03-21-2018
05:46 PM
@Anurag Mishra
Below package should be enough to only install the client libraries. spark_<version>_<build>.noarch :Lightning-FastClusterComputing
ex: spark2_2_6_4_0_91-2.2.0.2.6.4.0-91.noarch P.S If you are installing the client manually make sure you copy configuration files /etc/spark2/conf/ from the node which is managed by ambari. This way configurations will be same across the cluster.
... View more