본문 바로가기

Biz/Etc15

BPMN 자습서 : 비즈니스 프로세스 모델 및 표기법에 대한 빠른 시작 안내서 출처: https://www.process.st/bpmn-tutorial/ 비즈니스 프로세스 모델 및 표기법 (BPMN)은 강력한 흐름도와 같다. 프로세스를 그래픽으로 매핑하는 유일한 방법이며 세계적으로 인정받는 표준화 된 방법이다. 다시 말해, 신뢰할 수있는 프로세스 맵을 작성하려는 모든 비즈니스가 알아야 할 정보이다. 프로세스를 매핑 하면 (특히 BPMN과 같은 표준화 된 방법으로) 다음을 수행 할 수 있다. 비즈니스의 모든 것이 어떻게 작동하는지에 대한 명확한 비전 얻기 불필요한 작업을 제거하여 시간 절약하기 직원이 작업을 잊거나 간과하거나 잘못 실행하는 비율 줄이기 그래서 BPMN은 뭐냐? 이 차트를 플로우 차트와 비교했지만 그 이상의 것이다. 팀 간에 이동하는 정보, 외부에 저장된 데이터 또는 .. 2020. 3. 6.
Maven Skipping Tests Skipping Tests To skip running the tests for a particular project, set the skipTests property to true. [...] org.apache.maven.plugins maven-surefire-plugin 2.19.1 true [...] You can also skip the tests via the command line by executing the following command: mvn install -DskipTests If you absolutely must, you can also use the maven.test.skip property to skip compiling the tests. maven.test.skip .. 2016. 5. 26.
Nifi Custom Processor 만들기 먼저 만들 곳으로 이동해서 cd /Users/jobyeonghui/apps/nifi/custom_processor [~/apps/nifi/custom_processor]$ mvn archetype:generate [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-archetype-.. 2016. 5. 25.
Hortonwork ambari admin password reset Ambari 를 사용하다가 서비스 변경을 위해서는 admin 으로 로그인해야 하는데 비밀번호를 잊어버려 접속을 못한다면. Root 계정으로 로그인하고 아래와 같이 ambary-admin-password-reset 를 사용하여 재입력하도록 한다. [root@sandbox home]# ambari-admin-password-reset Please set the password for admin: Please retype the password for admin: The admin password has been set. Restarting ambari-server to make the password change effective... Using python /usr/bin/python2 Restarting.. 2016. 5. 20.