Skip to content

Commit f729fc8

Browse files
committed
For Livy Spark session, 32KB is the max length allowed for one page
Signed-off-by: Wei Zhang <[email protected]>
1 parent 7bbc99b commit f729fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utils/hdinsight-node-common/src/com/microsoft/azure/hdinsight/sdk/io/spark/ClusterFileBase64BufferedOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import java.nio.ByteBuffer;
3333

3434
public class ClusterFileBase64BufferedOutputStream extends OutputStream {
35-
private static final int DEFAULT_BLOCK_SIZE_KB = 64; // 64KB block size
35+
private static final int DEFAULT_BLOCK_SIZE_KB = 32; // 32KB block size
3636

3737
@NotNull
3838
private final Session session;

0 commit comments

Comments
 (0)