Byte Padding

Eyegasm for geeks

  • Home
  • Java
    • Java Core
    • Java Date
    • Java JSON
    • JDBC
  • Spring
  • Big Data
    • Apache Kafka
    • Spark
    • Hbase
    • Map Reduce
    • Aerospike
    • Apache Flink
    • Security
  • Linux
  • About
  • Contacts

Java 9 Diamond Operator with Anonymous Inner Classes

  • By BytePadding
  • on Apr 14, 2017
  • in Java, Java Core

Diamond operator ‘<>’ was introduced in Java 7 to make instantiation of generic classes easier.

Continue Reading

Java 9 Using effectively-final variables in the try-with-resources

  • By BytePadding
  • on Apr 14, 2017
  • in Java, Java Core

In Java 9 try-with-resources statement has been improved. Now if you already have final or effectively final resource you can use it in try-with-resources statement without need to declare a dummy variable.

Continue Reading

Java 9 Disallowed underscore [ _ ] as a one-character identifier

  • By BytePadding
  • on Apr 12, 2017
  • in Java, Java Core

Before Java 9 we could have underscore [ _ ] as a one character identifier.

Continue Reading

Java 9 private interface methods

  • By BytePadding
  • on Apr 10, 2017
  • in Java, Java Core

In Java SE 9 interfaces can have private and private static methods.

Continue Reading

Understanding the difference between Binary and text files using Java.

  • By BytePadding
  • on Apr 07, 2017
  • in Java

Understanding the difference between Binary and Text Files

Continue Reading

Java 9 Convenience Factory Methods for Collections

  • By BytePadding
  • on Apr 04, 2017
  • in Java, Java Core

Java 9 enhances the java collections and provides static methods for creating small immutable collection instances.

Continue Reading

Avro Schema Compatibility Test

  • By BytePadding
  • on Mar 28, 2017
  • in Avro

How to make schema compatibility check part of your build time.

Continue Reading

Progamatically inter-convert Avro Schema to Class

  • By BytePadding
  • on Mar 28, 2017
  • in Avro

How to inter-convert avro schema to class programatically.

Continue Reading

Define Avro Schema with default values

  • By BytePadding
  • on Mar 28, 2017
  • in Avro

How to define Avro Schema with Default values

Continue Reading

Avro serialization de-serialization using Confluent Schema registry

  • By BytePadding
  • on Mar 28, 2017
  • in Avro

Avro serialization de-serialization using Confluent Schema registry

Continue Reading

  • 1
  • 2
  • 3
  • 4
  • …
  • 14

Categories

  • Aerospike (6)
  • Apache Kafka (5)
  • Avro (6)
  • Big Data (3)
  • Flink (5)
  • Hbase (4)
  • Java (36)
  • Java Core (50)
  • Java Date (3)
  • Java JSON (4)
  • JDBC (4)
  • Linux (5)
  • Map Reduce (13)
  • Security (5)
  • Spark (32)
  • Spring (10)
  • Zookeper (1)




Most Viewed

  • Avro serialization de-serialization using Confluent Schema registry - 225,531 views
  • Read Write Parquet Files using Spark - 28,193 views
  • Understanding Spark Serialization - 24,062 views
  • Spark mapPartitions - 15,480 views
  • Java generate random number in a range - 14,812 views

Recent Posts

  • How HDFS Apply Ranger Policies
  • How HiveServer2 Apply Ranger Policies
  • Significance of User and Groups in HDFS
  • Integrating Linux with AD or LDAP for Authentication and Authorization
  • Authentication and Authorization on OS

Copyright © 2016 bytepadding.com, all rights reserved. Privacy Policy