Merged into entware-ng project
https://github.com/Entware-ng/Entware-ng
Deprecated
These instructions are for ARM devices only. For mipsel devices, then see the official entware readme instead at: https://github.com/Entware/entware
Merged into entware-ng project
https://github.com/Entware-ng/Entware-ng
Deprecated
These instructions are for ARM devices only. For mipsel devices, then see the official entware readme instead at: https://github.com/Entware/entware
| import java.io.BufferedInputStream; | |
| import java.io.BufferedOutputStream; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.io.OutputStream; | |
| import java.nio.file.Paths; | |
| import java.security.PrivilegedExceptionAction; |
| 18/10/15 17:00:34 WARN hdfs.DFSClient: DataStreamer Exception | |
| java.io.IOException: Broken pipe | |
| at sun.nio.ch.FileDispatcherImpl.write0(Native Method) | |
| at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) | |
| at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) | |
| at sun.nio.ch.IOUtil.write(IOUtil.java:65) | |
| at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) | |
| at org.apache.hadoop.net.SocketOutputStream$Writer.performIO(SocketOutputStream.java:63) | |
| at org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:142) | |
| at org.apache.hadoop.net.SocketOutputStream.write(SocketOutputStream.java:159) |
| #!/bin/sh | |
| # setting up irq affinity according to /proc/interrupts | |
| # 2008-11-25 Robert Olsson | |
| # 2009-02-19 updated by Jesse Brandeburg | |
| # |