Thursday 10 August 2017

Running node.js program

1. $ node program.js

2. $ node -e "console.log(new Date())"; //for inline commands

No comments:

Post a Comment

Extract error records while inserting into db table using JDBCIO apache beam in java

 I was inserting data into postgres db using apache beam pipeline. it works perfectly with JdbcIO write of apache beam library. But, now, i ...