Category: article

Explain distributed cache in Hadoop ?

Distributed cache is a facility provided by Hadoop map reduce framework to access small file needed by application during its…

Continue Reading Explain distributed cache in Hadoop ?

What are the Python Modules provided in AWS Glue

AWS Glue version 2.0 supports the following python modules. Note : Different Glue versions support different Python versions. boto3==1.12.4 botocore==1.15.4…

Continue Reading What are the Python Modules provided in AWS Glue
Snowflake

In Snowflake how to Encrypts a BINARY value using a BINARY key ?

ENCRYPT_RAW is used to Encrypts a BINARY value using a BINARY key. Syntax ENCRYPT_RAW( <value_to_encrypt> , <key> , <iv> ,…

Continue Reading In Snowflake how to Encrypts a BINARY value using a BINARY key ?
python @ Freshers.in

What are the different Python List Methods?

In Python Lists are used to store multiple items in a single variable. There are multiple built-in methods that you can use…

Continue Reading What are the different Python List Methods?
python @ Freshers.in

What are the Unix Specific Services in Python ?

The following are the unix specific services in Python posix : The most common POSIX system calls (This module provides…

Continue Reading What are the Unix Specific Services in Python ?
Snowflake

What is Snowflake Merge Command ? How to use it ?

The Snowflake Merge command will allows you to perform merge operations between two tables. The Merge operation includes Insert, Delete,…

Continue Reading What is Snowflake Merge Command ? How to use it ?