Member since
01-18-2023
9
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
733 | 06-12-2023 10:42 PM |
06-12-2023
10:42 PM
We were able to solve the problem provisionally by adding the following to the ZooKeeper configuration: zk_server_java_opts: -Dzookeeper.skipACL=yes
... View more
06-12-2023
12:35 AM
I am on a kerberized CM 7.7.1 private cloud and after watching the "Cloudera Search Training" tutorial, I'd like to create a collection with SolrCloud. I created a configuration and was able to upload it successfully to Zookeeper: kinit <my_username>
solrctl instancedir --create testcollection <my_local_path> This looks alright to me: solrctl instancedir --list testcollection localFSTemplate managedTemplate managedTemplateSecure schemalessTemplate schemalessTemplateSecure Calling: solrctl collection --create testcollection -s 1 Gives the error: Error: A call to SolrCloud WEB APIs failed: (there's nothing more) I suspect it is because no secure connection is being used. I therefore try it with: solrctl --solr https://<node with solr>:8995/solr collection --create testcollection -s 1 However, Solr cannot find the configuration: content-security-policy: default-src 'none'; base-uri 'none'; connect-src 'self'; form-action 'self'; font-src 'self'; frame-ancestors 'none'; img-src 'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; script- www-authenticate: Negotiate ... <I removed the part with my username> { "responseHeader":{ "status":400, "QTime":25}, "Operation create caused exception:":"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Can not find the specified config set: testcollection", "exception":{ "msg":"Can not find the specified config set: testcollection", "rspCode":400}, "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"Can not find the specified config set: testcollection", "code":400}} I would be grateful for any hints, I suspect there is still a problem with our configuration.
... View more
Labels:
05-15-2023
10:22 PM
Thank you very much! This gives me confidence that my attempts are not going in the wrong direction.I already use ExecuteStreamCommand Processors excessively and it is a pleasure to use them here as well.
... View more
05-15-2023
12:49 AM
I am trying to use Nifi to automatically create external Impala tables if there are new subfolders under a certain directory. For this I have the directory structure data/<timestamp>/<tables>/*.parquet I am therefore currently trying to first get a list of folders under data. Then I want to query all subfolders in these folders again, so that I can use them as table names in a SQL query that I send to Impala. However, the ListFiles processor only returns files, I am not interested in the file names, I only need the folders. Is there a way to do this with NiFi or is my plan complete nonsense?
... View more
Labels:
- Labels:
-
Apache Impala
-
Apache NiFi
01-26-2023
10:03 PM
1 Kudo
CentOS Stream 9 seems to make sense to us, since there is still support for it. If I see it correctly, version 8.6 is already end-of-life (see https://www.centos.org/centos-linux-eol/)?
... View more
01-23-2023
06:59 AM
Thank you very much! What processing time should we expect? We are considering which CentOS version to use for the upcoming installation and we are unsure if it is worth waiting.
... View more
01-20-2023
02:49 AM
My question has not been answered yet, but I am glad that the topic is being discussed and that there will be an update in this thread. Thank you very much.
... View more
01-19-2023
09:13 PM
Thank you for the support! We have planned to install the LTS version Private Cloud Base 7.1.7. Best Manuel
... View more
01-18-2023
10:52 PM
Does anyone have experience with CDP Private Cloud on CentOS 9? Are there any plans to officially support it in the near future?
... View more
Labels: