Member since
07-21-2021
628
Posts
14
Kudos Received
17
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4728 | 05-06-2022 11:10 AM | |
| 6248 | 04-12-2022 11:59 PM | |
| 4919 | 03-17-2022 09:57 AM | |
| 3536 | 03-17-2022 09:54 AM | |
| 4417 | 03-14-2022 08:49 AM |
10-26-2022
06:43 AM
Are you able to login with default username and password. username:admin and password:admin?
... View more
10-26-2022
04:37 AM
Do you see any error in amabari-server logs ?
... View more
05-13-2022
03:31 AM
Hello @jacektrocinski I see there is a similar discussion here: https://community.cloudera.com/t5/Support-Questions/Getting-Unable-to-obtain-listing-of-buckets-org-apache-nifi/m-p/227856#M189716 Thanks, Azhar Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
05-06-2022
11:10 AM
Hello @jacektrocinski I understand you want to connect to a CDP Data Hub NiFi Registry from a local machine? - To connect NiFi to a Registry, select Controller Settings from the Global Menu. - This displays the NiFi Settings window. Select the Registry Clients tab and click the + button in the upper-right corner to register a new Registry client. - In the Add Registry Client window, provide a name and URL. - Click "Add" to complete the registration. You can refer to : https://docs.cloudera.com/cdf-datahub/7.2.8/nifi-user-guide/topics/nifi-connecting-to-nifi-registry.html Thanks, Azhar Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
04-13-2022
12:05 AM
Hello Please refer to https://community.cloudera.com/t5/Community-Articles/Using-RStudio-as-an-Editor-with-ML-Runtimes/ta-p/325166 Was your question answered on cloudera community portal ? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
04-12-2022
11:59 PM
hello @sa Yes you can create a custom processor in Nifi. You can refer to https://stackoverflow.com/questions/68937735/how-to-convert-csv-to-excel-using-python-with-pandas-in-apache-nifi Thanks, Azhar Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-23-2022
02:18 AM
Thanks @grlzz Was your question answered on cloudera community portal ? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
09:57 AM
Hello @Koffi Once the disk is dynamically increased (from 1T to 3T) there should be no impact and once added you can run hdfs balancer to balance the data across the datanodes. Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
09:54 AM
Hello @Soa
Hive partition divides the table into a number of partitions and these partitions can be further subdivided into more manageable parts known as Buckets or Clusters. The Bucketing concept is based on Hash function, which depends on the type of the bucketing column. Records which are bucketed by the same column will always be saved in the same bucket.
The Bucketing concept is based on Hash function, which depends on the type of the bucketing column. Records which are bucketed by the same column will always be saved in the same bucket. Here, CLUSTERED BY clause is used to divide the table into buckets. each partition will be created as a directory. But in Hive Buckets, each bucket will be created as a file. Bucketing can also be done even without partitioning on Hive tables.
Bucketed tables allow much more efficient sampling than the non-bucketed tables. Allowing queries on a section of data for testing and debugging purpose when the original data sets are very huge. Here, the user can fix the size of buckets according to the need. This concept also provides the flexibility to keep the records in each bucket to be sorted by one or more columns. Since the data files are equal sized parts, map-side joins will be faster on the bucketed tables.
Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-17-2022
09:43 AM
Hello @grlzz It would be great if you can open a support case for this, we will need to investigate on this and see the options available to implement this. Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more