There are images stored in binary format in sql server in a table in a column with varbinary(max) type. We need to import those images as .jpg files in hadoop hdfs. How it can be done ?
There are images stored in binary format in sql server in a table in a column with varbinary(max) type. We need to import those images as .jpg files in hadoop hdfs. How it can be done ?
Comments
Post a Comment