看上去是个成功的开端之后:
nifi run
INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...
...
INFO [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi with Process ID 14532
我仍然不能访问(默认)指定地址127.0.0.1:8443/nifi/的应用程序。
通过cat nifi-app.log在自制安装目录中查看应用程序日志,我可以看到它似乎再次可用:
INFO [main] org.apache.
我遵循这些文章(以及其他文章)来建立安全集群:
但是我附加了一个错误
nifi.properties
# Site to Site properties
nifi.remote.input.host=nifibizruntime.com
nifi.remote.input.secure=true
nifi.remote.input.socket.port=10443
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
# web properties
nif
是否有可能在NiFi中执行impala操作?
我已经设置了一个连接到黑斑羚的DBCPConnectionPool,我可以在ExecuteSQL处理器上很好地执行select语句。
现在我想知道(如果可能的话)如何执行
Alter Table "X" recover partitions;
在Apache NiFi中
我似乎无法创建一个定制的DistributedMapCacheClientService (名为TestDistributedMapCacheClientService),以供股票nifi处理器(例如等待和PutDistributedMapCache)使用。我能够让等待和PutDistributedMapCache看到我的定制服务,但是处理器无法启动,因为nifi说我的nar“与AtomicDistributedMapCacheClient不兼容”。
public class TestDistributedMapCacheClientService extends AbstractContro
重新启动服务器后,NiFi不会启动。在服务器重新启动之前,我能够在没有任何问题的情况下关闭/启动NiFi。
我确保了所有节点上的3个配置文件(flow.xml.gz、authorizations.xml和users.xml)是相同的。
2019-12-08 14:36:10,085 ERROR [main] o.a.nifi.controller.StandardFlowService Failed to load flow from cluster due to: org.apache.nifi.controller.UninheritableFlowException: Failed to
我在码头上有一个安全Nifi的实例。我可以访问它的UI,但不能通过NiFi实例访问它。在注册表客户端部分添加注册表url并尝试访问其存储桶后,我看到以下错误:
Unable to obtain listing of buckets: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address 172.17.0.5 found
172.17.0.5是码头网络中的Nifi-注册表ip地址.
我用这