Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4046 | 08-20-2018 08:26 PM | |
| 1945 | 08-15-2018 01:59 PM | |
| 2373 | 08-13-2018 02:20 PM | |
| 4105 | 07-23-2018 04:37 PM | |
| 5012 | 07-19-2018 12:52 PM |
07-20-2016
07:06 PM
1 Kudo
Run sudo -u hdfs hdfs dfsadmin -report This will give you full report on hdfs.
... View more
07-20-2016
06:09 PM
@Kuldeep Kulkarni great stuff. I find myself getting this confused as well.
... View more
07-20-2016
06:07 PM
@david serafini I see the following SuSE version supported: 64-bit SUSE Linux Enterprise Server (SLES) 11, SP3/SP4 Please confirm you are on this version.
... View more
07-20-2016
03:54 PM
1 Kudo
I am determine what type of secondary index to use on my phoenix table. By reading the documentation, Global index are used for read heavy use case, and local are used for write heavy use case. I have a balanced read/write use case. Which index should I consider. More info: When I perform a select it is against all columns in the table. The where clause is on 1 column. this is the column I want to index. Again read/write balanced used case.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix
07-20-2016
03:45 PM
I want to run major compaction on all tables & CF in hbase. In past I built a custom script to grab all tables in hbase and run compaction on each one individually. Is there easier way of doing this?
... View more
Labels:
- Labels:
-
Apache HBase
07-20-2016
03:37 PM
@Josh Elser I was reading some jiras and found you may have run into similar issues. Doing some general searching no one has a great answer for this. Some restart HDFS. Some manually copy up the block into hdfs as the WAL to make progress. I also found this may be due to full disk problem. your thoughts.
... View more
07-20-2016
03:25 PM
1 Kudo
@payal patel please add this to your script and try once again. hiveContext.setConf("hive.exec.dynamic.partition", "true")
hiveContext.setConf("hive.exec.dynamic.partition.mode", "nonstrict")
... View more
07-20-2016
04:05 AM
Is NiFi Ambari integration is officially supported yet? Why I am asking is becase I want to deploy NiFi from CloudBreak.
... View more
Labels:
07-20-2016
04:04 AM
2 Kudos
Since CloudBreak core is Ambari blueprint, is it possible to deploy NiFi from cloudbreak? Would this be done strictly through recipe? Any pre-baked recipe you can share? any other sights I should be aware? I am not sure if NiFi Ambari integration is officially supported yet. Will open another HCC post on this question.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Hortonworks Cloudbreak