RTRahul takinrahulneal.hashnode.dev路Jan 11, 2022 路 1 min readFunction scope vs Block scopeThe scope is an important concept that manages the availability of variables. The scope is at the base closures, which defines the idea of global and local variables. Function scope JavaScript has function scope: Each function creates a new scope. Va...00
RTRahul takinrahulneal.hashnode.dev路Jul 31, 2021 路 2 min readWhy Apache Pig?Apache Pig is a high-level platform for creating programs that run on Apache Hadoop. The language for this platform is called Pig Latin. Pig can execute its Hadoop jobs in MapReduce, Apache Tez, or Apache Spark. This can take any data. Structured d...00
RTRahul takinrahulneal.hashnode.dev路Jul 31, 2021 路 1 min readPig Latin 馃惙 from Scratch!What is Pig? Pig is a high-level language build by Yahoo! it provides an abstraction over map-reduce. by using Pig we can perform tasks easily with less code. it gives us high productivity, although not everything can be achieved by Pig itself. Pig ...00