0

I want to analyze the error from nimbus logs using java. Is there any way i can do the same ?

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
u12345
  • 389
  • 2
  • 8
  • 17

1 Answers1

1

There is no Storm support to do this. I would recommend to write a (bash) script and copy the log files to you local machine and analyze them there. You can also do the copy step within Java by triggering scp command (see Execute external program in java)

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137