vvaks0 / CreditCardTransactionMonitor

Credit Card Transaction Monitor is an example of a Modern Data Application running on the Hortonworks Connected Platform (HDP/HDF). The application shows how a financial institution can use Hortonworks Data Flow and Hortonworks Data Platform to protect credit card customers from credit card fraud.
45 stars 40 forks source link

Nifi Status not changing #3

Open naheedmk opened 7 years ago

naheedmk commented 7 years ago

Running install.sh, it seems Nifi is comingup and its status keep scrolling as shown below .

NIFI Status: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 132 132 132 132 0 0 16553 0 --:--:-- --:--:-- --:--:-- 18857 NIFI Status: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 132 132 132 132 0 0 20376 0 --:--:-- --:--:-- --:--:-- 22000 NIFI Status: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 132 132 132 132 0 0 20869 0 --:--:-- --:--:-- --:--:-- 26400 NIFI Status: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 132 132 132 132 0 0 23084 0 --:--:-- --:--:-- --:--:-- 26400

Any help to troubleshoot the issue will be appreciated. Using sandbox HDP 2.5

Thanks NMK

naheedmk commented 7 years ago

Digging log found following issue 👎

*****Creating NIFI service... HTTP/1.1 400 Bad Request X-Frame-Options: DENY X-XSS-Protection: 1; mode=block Set-Cookie: AMBARISESSIONID=1rz72ikap7egau4c83v1ged6k;Path=/;HttpOnly Expires: Thu, 01 Jan 1970 00:00:00 GMT User: admin Content-Type: text/plain Content-Length: 135 Server: Jetty(8.1.19.v20160209)

{ "status" : 400, "message" : "Unsupported or invalid service in stack, clusterName=Sandbox, serviceName=NIFI, stackInfo=HDP-2.5" }*****Adding NIFI MASTER component... HTTP/1.1 404 Not Found X-Frame-Options: DENY X-XSS-Protection: 1; mode=block Set-Cookie: AMBARISESSIONID=wujxzhfnevgy1xflrg5p9243m;Path=/;HttpOnly Expires: Thu, 01 Jan 1970 00:00:00 GMT User: admin Content-Type: text/plain Content-Length: 194 Server: Jetty(8.1.19.v20160209

naheedmk commented 7 years ago

Above issue was on virtualbox based image. Tried docker image directly and it got Nifi successfull, however failing to start docker for UI.

sarathchava commented 7 years ago

@naheedmk were you able to solve the issue with docker for UI?