Skip to content

RPC response exceeds maximum data length #5877

Closed Answered by jcasse
jcasse asked this question in FAQ
Discussion options

You must be logged in to vote

The Ozone Manger port 9874 in core-site.xml is wrong:

        <configuration>
           <property>
             <name>fs.ofs.impl</name>
             <value>org.apache.hadoop.fs.ozone.RootedOzoneFileSystem</value>
           </property>
           <property>
             <name>fs.defaultFS</name>
             <value>ofs://om:9874/</value>
           </property>
         </configuration>

After changing it to 9862, the PySpark application in step 11 worked.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcasse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
1 participant