Member since
05-10-2016
303
Posts
35
Kudos Received
0
Solutions
04-10-2017
08:31 AM
and here my config views
... View more
04-10-2017
08:30 AM
i've got this error with workflow manager views
... View more
04-06-2017
02:26 PM
hi all, I'm use AMBARI 2.5.0.3 with HDP 2.4, I'm trying a workflow and I'm running this issue, any idea ? 06 Apr 2017 16:23:46,806 ERROR [ambari-client-thread-4351] ContainerResponse:537 - Mapped exception to response: 500 (Internal Server Error)
org.apache.oozie.ambari.view.exception.WfmWebException
Caused by: java.lang.RuntimeException: org.apache.ambari.view.PersistenceException: Can't initialize data store for view WORKFLOW_MANAGER{1.0.0}.WORKFLOW_MANAGER
at org.apache.oozie.ambari.view.workflowmanager.WorkflowsRepo.getWorkflowByPath(WorkflowsRepo.java:66)
at org.apache.oozie.ambari.view.workflowmanager.WorkflowManagerService.saveWorkflow(WorkflowManagerService.java:56)
at org.apache.oozie.ambari.view.OozieProxyImpersonator.submitJob(OozieProxyImpersonator.java:205)
... 97 more
Caused by: org.apache.ambari.view.PersistenceException: Can't initialize data store for view WORKFLOW_MANAGER{1.0.0}.WORKFLOW_MANAGER
at org.apache.ambari.server.view.persistence.DataStoreImpl.throwPersistenceException(DataStoreImpl.java:657)
at org.apache.ambari.server.view.persistence.DataStoreImpl.checkInitialize(DataStoreImpl.java:272)
at org.apache.ambari.server.view.persistence.DataStoreImpl.findAll(DataStoreImpl.java:223)
at org.apache.oozie.ambari.view.workflowmanager.WorkflowsRepo.getWorkflowByPath(WorkflowsRepo.java:50)
... 99 more
Caused by: java.lang.IllegalArgumentException: No types provided
at org.eclipse.persistence.dynamic.DynamicHelper.addTypes(DynamicHelper.java:200)
at org.eclipse.persistence.jpa.dynamic.JPADynamicHelper.addTypes(JPADynamicHelper.java:51)
at org.apache.ambari.server.view.persistence.DataStoreImpl.configureTypes(DataStoreImpl.java:388)
at org.apache.ambari.server.view.persistence.DataStoreImpl.checkInitialize(DataStoreImpl.java:268)
... 101 more
the cluster is kerberized, ambari-server has a keytab ambari-server.keytab, and the keytab works. thanks
... View more
Labels:
- Labels:
-
Apache Ambari
04-06-2017
08:16 AM
@artem : thanks for tuto Do you know about this error with oozie : "oozie error workflow manager kerberos" ? thanks
... View more
03-24-2017
02:16 PM
@Matt : it seems that purge not correctly running. Yes i'm running embedded zookeeper with default properties -bash-4.1# ls -rtl | grep snapshot |wc -l
93
-bash-4.1# ls -rtl | more
total 1126420
-rw-r--r-- 1 root root 67108880 Dec 12 10:28 log.100000001
-rw-r--r-- 1 root root 979 Dec 12 14:33 snapshot.200000006
-rw-r--r-- 1 root root 67108880 Dec 12 14:34 log.200000007
-rw-r--r-- 1 root root 67108880 Dec 12 15:00 log.300000001
-rw-r--r-- 1 root root 1167 Dec 12 15:01 snapshot.400000006
... View more
03-24-2017
01:43 PM
Hi all do you know how is it possible to cleanup some file in this directory version-2 now it is up to 1.2Go? It contains log.* and snapshot.* /var/opt/hosting/nifi-1.1.0/conf/state/zookeeper
-bash-4.1# du -ks version-2/
1126428 version-2/ thanks
... View more
Labels:
- Labels:
-
Apache NiFi
03-17-2017
03:46 PM
2 Kudos
@Bryan Bende, in the same way with routeOnAttribute processor, it is possible to regular expression. In my dataflow listHDFS send flowfile to routeOnAttribute and i need check all subpath list above to route correctly all files in deleteHDFS. At this moment for each directory I need to create an attribute to match a subpath of directory, so in my case I have created 35 attributes. attribute-routeonattribute.jpg(62.3 kB)
... View more
03-17-2017
02:09 PM
@Matt, thanks All nodes in my cluster have been granted "modify the data", i've already succesfully empty queue. Next time, I'm trying expiration time.
... View more
03-17-2017
02:06 PM
What's the best ways to remove old files in the list of directories? Need i generate one listHDFS processor by same subpath ? /horton/catalogue_od/lighter/YYYYMMDD
/horton/google/catalogue/YYYYMMDD
/horton/google/channel/lighter/YYYYMMDD
/horton/google/lighter/YYYYMMDD
/horton/mad/lighter/YYYYMMDD
/horton/optinoptout/YYYYMMDD
/horton/mdr/YYYY/WW
/horton/macbymac/YYYYMMDD
/horton/purchase/YYYY/WW
/horton/paris/filtered/YYYY/WW
/horton/paris/finaltastebox/YYYY/WW
/horton/paris/genetic/YYYY/WW
/horton/paris/similarpattern/YYYY/WW
/horton/paris/substithortonpattern/YYYY/WW
/horton/paris/tastebox/YYYY/WW
/horton/paris/uniqtastebox/YYYY/WW
/horton/scoring/exlibris/input/bestchannels/YYYYMMDD
/horton/scoring/exlibris/input/full/YYYYMMDD
/horton/scoring/exlibris/output/YYYYMMDD
/horton/scoring/input/YYYY/WW
/horton/scoring/output/YYYYMMDD
/horton/statistic/customer/YYYY/WW
/horton/stb/lighter/YYYYMMDD
/horton/tvep/YYYYMMDD
/horton/vod/YYYYMMDD
/shared/generated/adobe/YYYYMMDD
/shared/generated/comscore/YYYYMMDD
/shared/generated/google/YYYYMMDD
/shared/generated/amazon/logs/YYYYMMDD
/shared/generated/amazon/tvep/YYYYMMDD
/shared/generated/amazonstats/YYYYMMDD
/shared/generated/star/YYYYMMDD
/celluleScores/YYYY/WW
/jedi/optinoptout/YYYYMMDD
/jedi/profil/YYYYMMDD
... View more