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

Spark Input Formats And Parallel factor

  • By
  • on Feb 12, 2017
  • in Spark

Spark Input Formats And Parallel factor

Continue Reading

Create java object from json (Jackson)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in Java JSON

In the previous blog we showed how to convert java object to json. In this post we will show how to create java object from json using Jackson library.

Continue Reading

Convert java object to json (Jackson)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in Java JSON

In this example we will show you how to convert java object to JSON using Jackson library.

Continue Reading

Create java object from json (GSON)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in Java JSON

In the previous blog we showed how to convert java object to json. In this post we will show how to create java object from json using GSON library.

Continue Reading

Converting Java object to JSON (GSON)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in Java JSON

In this example we will show you how to convert java object to JSON using Gson library. Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.

Continue Reading

Understanding Spark through Map Reduce

  • By
  • on Feb 12, 2017
  • in Map Reduce, Spark

Transition From MapReduce To Spark

Continue Reading

JDBC insert example (Statement)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in JDBC

In this blog we will insert a record into the database using Statement. For this we need to add following dependencies into our pom.xml. Continue Reading

JDBC create table example (PrepareStatement)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in JDBC

In the previous post we saw how to create table with Statement.  And now we will create the table with PreapareStatement.

Continue Reading

JDBC create table example (Statement)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in JDBC

In this example we can see how we can create a table with jdbc statement. In the pom.xml we need to add following two dependencies:

Continue Reading

Connect to MYSQL (JDBC Example)

  • By Konstantin Lalafaryan
  • on Feb 12, 2017
  • in JDBC

In this example I will show how to connect to mysql with JDBC driver.  Let’s create the maven project with following pom.xml

Continue Reading

  • 1
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

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