Member since
04-19-2018
32
Posts
4
Kudos Received
0
Solutions
05-14-2018
05:42 AM
@Shu is there any way we can have run time forking based on any of the flag . Because I need to do this type of flow for more than 2k tables in my db.
... View more
05-11-2018
09:46 AM
1 Kudo
Thanks alot for such a great help 1 it works !!
... View more
05-11-2018
06:39 AM
@Timothy Spann Error log Caused by:
java.io.IOException: Error getting access token for service account: at
com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:319) at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:149) at
com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:135) at
com.google.auth.http.HttpCredentialsAdapter.initialize(HttpCredentialsAdapter.java:96) at
com.google.cloud.HttpServiceOptions$1.initialize(HttpServiceOptions.java:224) at
com.google.api.client.http.HttpRequestFactory.buildRequest(HttpRequestFactory.java:93) at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:423) at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352) at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469) at
com.google.cloud.storage.spi.DefaultStorageRpc.create(DefaultStorageRpc.java:245) ... 22 common
frames omitted Caused by:
java.net.SocketTimeoutException: Read timed at
java.net.SocketInputStream.socketRead0(Native Method) at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at
java.net.SocketInputStream.read(SocketInputStream.java:170) at
java.net.SocketInputStream.read(SocketInputStream.java:141) at
sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at
sun.security.ssl.InputRecord.read(InputRecord.java:503) at
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250
... View more
05-10-2018
09:39 AM
@Timothy Spann any idea on it ? I am also facing the same issue while accessing gcloud from nifi cluster . From my local instance it works fine
... View more
05-10-2018
05:01 AM
1 Kudo
I want to create a generic single flow which should run for multiple tables and will upload the result flow files to google cloud and azure blob . I have created the flow setup on nifi but what I want to achieve is that I dont want the azure upload for all the tables .Azure upload should execute only for specific tables and upload to google cloud for all the tables . Any idea on how to achieve the conditional trigger based on any flag ? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
04-27-2018
05:43 AM
Thanks . I was not accessing the api with correct syntax .
... View more
04-26-2018
10:41 AM
I am not able to access nifi-api on my local instance . it says resource not found .
... View more
Labels:
- Labels:
-
Apache NiFi
04-25-2018
07:40 AM
@Abdelkrim Hadjidj , I have tried the suggested implementation but I want to trigger the ListenHTTP processor from an external input .Like I want to trigger the processor through a curl command which will trigger the mentioned nifi processor . Is there any way we can automate this use case . Processor should start only if we have the curl command hitting that processor .
... View more
04-24-2018
11:44 AM
@Abdelkrim Hadjidj Thanks for the solution suggestion . I believe HTTP call to wait can help my problem . I will try and post out the outcomes .
... View more
04-24-2018
11:26 AM
@Rohit Ravishankar, Any suggested answers as I have read a thread where you have been trying to schedule the nifi jobs from control M . Thanks in advance .
... View more
- « Previous
-
- 1
- 2
- Next »