You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2013/09/20 11:24:52 UTC

[jira] [Commented] (HADOOP-9983) SocketInputStream class (org.apache.hadoop.net.SocketInputStream) is not public class in 2.0.5-alpha

    [ https://issues.apache.org/jira/browse/HADOOP-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772898#comment-13772898 ] 

Gopal V commented on HADOOP-9983:
---------------------------------

It seems to be public in the 2.1.1-beta branch - https://github.com/apache/hadoop-common/blob/branch-2.1.1-beta/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/SocketInputStream.java#L42
                
> SocketInputStream class (org.apache.hadoop.net.SocketInputStream) is not public class in 2.0.5-alpha
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-9983
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9983
>             Project: Hadoop Common
>          Issue Type: Bug
>         Environment: OS - 3.8.0-30-generic
> JDK 6
> HADOOP 2.0.5
> Accumulo -1.4.2
>            Reporter: Puneet Srivastava
>            Priority: Blocker
>              Labels: hadoop-2.0.5-aplha
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When I am running Accumulo it is running without any roadblock but It is not allowing me to see tablet server and I am getting this stack trace 
> [monitor.Monitor] ERROR: Thread "ZooKeeperStatus" died tried to access class org.apache.hadoop.net.SocketInputStream from class org.apache.accumulo.core.util.TTimeoutTransport
> java.lang.IllegalAccessError: tried to access class org.apache.hadoop.net.SocketInputStream from class org.apache.accumulo.core.util.TTimeoutTransport
> 	at org.apache.accumulo.core.util.TTimeoutTransport.create(TTimeoutTransport.java:40)
> 	at org.apache.accumulo.server.monitor.ZooKeeperStatus.run(ZooKeeperStatus.java:82)
> 	at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
> 	at java.lang.Thread.run(Thread.java:662)
> Reason I know that in Hadoop 2.0.5-alpha SocketInputStream class in not public so How to reslove this

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira