Most viewed questions in Edureka Community

+1 vote
2 answers

How to get job experience along with regular academics?

Hey, At this point, you need to schedule ...READ MORE

May 24, 2019 in Career Counselling by Gitika
• 65,910 points
970 views
0 votes
1 answer

What are R tools

Rtools provides a toolchain for Windows platform ...READ MORE

Oct 26, 2018 in Data Analytics by Kalgi
• 52,360 points
970 views
0 votes
1 answer

Can't call my Web API using .NET client in Raspberry Pi2 running Windows

Try the following program. I have a ...READ MORE

Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
970 views
0 votes
1 answer

Automate compound annual growth rate (CAGR) calculation

The following PowerPivot DAX formulas worked for ...READ MORE

Oct 7, 2022 in Others by narikkadan
• 63,420 points
969 views
0 votes
0 answers

Make a full screen CSS background image appear "behind" a mobile keyboard

I've set an HTML/CSS full-screen background image ...READ MORE

Jul 18, 2022 in CSS by Edureka
• 13,620 points
969 views
0 votes
0 answers

Direct Azure DevOps pipeline logs to Log Analytics?

I want to direct the azure pipeline ...READ MORE

Apr 14, 2022 in Other DevOps Questions by Kichu
• 19,050 points
969 views
0 votes
1 answer

Plotting multiple lines in Tableau

First, drag & drop measure values & ...READ MORE

Mar 14, 2022 in Tableau by Vaani
• 7,020 points
969 views
+1 vote
2 answers

How to find previous records from a data set in Pig??

Hi, You can use ToDate() and SubtractDuration() function ...READ MORE

Jan 23, 2020 in Big Data Hadoop by MD
• 95,440 points
969 views
0 votes
1 answer

Puppet Error: err: /Stage[main]//Exec[C:/tmp/foo.exe]/returns: change from notrun to 0 failed: CreateProcess() failed: Access is denied.

This error occurs when requesting an executable ...READ MORE

Aug 1, 2019 in Puppet by Sirajul
• 59,230 points
969 views
0 votes
1 answer

How is Apache Spark different from the Hadoop approach?

In Hadoop MapReduce the input data is ...READ MORE

May 7, 2018 in Apache Spark by BD Master
969 views
0 votes
4 answers

How can we compare dates in java?

public static String daysBetween(String day1, String day2) ...READ MORE

Sep 5, 2018 in Java by Sushmita
• 6,910 points
969 views
0 votes
1 answer

"Errno 13 Permission denied" while running Python Script through VBA

According to the error message, the.xlsm file ...READ MORE

Mar 30, 2023 in Others by narikkadan
• 63,420 points
968 views
0 votes
1 answer

Function to Calculate Median in SQL Server

Use a simple-ish median calculation for a ...READ MORE

Sep 19, 2022 in Database by narikkadan
• 63,420 points
968 views
0 votes
1 answer

What is the question mark for in a Typescript parameter name?

It is to mark the parameter as optional. TypeScript ...READ MORE

Aug 3, 2022 in TypeSript by Abhinaya
• 1,160 points
968 views
0 votes
1 answer

Number of rows affected by an UPDATE in PL/SQL

You can try using the following query: SELECT ...READ MORE

Feb 14, 2022 in Database by Vaani
• 7,020 points
968 views
0 votes
1 answer

Error:Laravel requires the Mcrypt PHP extension.

Hello, Use which php in the terminal to see which ...READ MORE

Nov 11, 2020 in Laravel by Niroj
• 82,880 points
968 views
+1 vote
1 answer

while I am hitting servies in node js in hyperledger fabric 2.0 I am getting issues like Invalid common connection profile due to missing configuration data

Hey, @Harinishree, With error "Invalid network configuration due ...READ MORE

May 14, 2020 in Blockchain by Gitika
• 65,910 points
968 views
+1 vote
0 answers

Sum the values of column matching and not matching from a .txt file and write output to a two different files using Python

Name                                                    value DR_CNDAOFSZAPZP_GPFS_VOL.0 139264 DR_CNDAOFSZAPZP_GPFS_VOL.1 15657 DR_CNDAOFSZAPZP_GPFS_VOL.0 139264 DR_CNDAOFSZAPZP_GPFS_VOL.1 156579 DR_CNDAOFSZAPZP_GPFS_VOL.2 156579 DR_CNDAOFSZAPZP_GPFS_VOL.3 ...READ MORE

Nov 20, 2019 in Python by Sagar
• 130 points
968 views
+1 vote
1 answer

How to configure SCM Plastic Maven Project in Jenkins?

Hey @Anoop, In order to create a ...READ MORE

Nov 19, 2019 in Jenkins by Sirajul
• 59,230 points
968 views
0 votes
1 answer

use of tilde in R

One use of ~ is to mention ...READ MORE

Aug 7, 2019 in Data Analytics by anonymous
• 33,030 points
968 views
0 votes
1 answer

How do I enable puppet collection repository in puppet if I am using Puppet 6.7?

In Puppet6.7 you have to enable Puppet ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
968 views
0 votes
1 answer

How to automatically kill executors on blacklisting?

You can set the property to directly ...READ MORE

Mar 12, 2019 in Apache Spark by Veer
968 views
0 votes
3 answers

What are the skills required to become an application developer?

Hey, There are some points given below to ...READ MORE

Jun 3, 2019 in Career Counselling by Gitika
• 65,910 points
968 views
0 votes
1 answer

Error saying "Error in lapply(rdmTweets, as.data.frame) : object 'rdmTweets' not found"

You need to load the data file ...READ MORE

Nov 15, 2018 in Data Analytics by Maverick
• 10,840 points
968 views
0 votes
1 answer

AWS: What is SQS? How to use Amazon SQS?

Amazon Simple Queue service is a message ...READ MORE

Jul 11, 2018 in Cloud Computing by brat_1
• 7,200 points
968 views
0 votes
0 answers

why is react native video not working on android, but working on ios?

installed react video v. 5.2.0 but an error ...READ MORE

Sep 23, 2022 in Others by gaurav
• 23,260 points
967 views
0 votes
1 answer

C++ string in classes

The std namespace contains the string class. You need change the class to something like this: class Language { public: ...READ MORE

Jun 15, 2022 in C++ by Damon
• 4,960 points
967 views
0 votes
0 answers

Datatables export Excel

I'm exporting the datatables in csv. And ...READ MORE

Apr 7, 2022 in Database by Edureka
• 13,670 points
967 views
0 votes
1 answer

How test runner prioritize test classes for execution.

Hello @Sri, TestNG is a Testing framework, that covers different ...READ MORE

Aug 24, 2020 in Selenium by Niroj
• 82,880 points
967 views
+1 vote
1 answer

What is worth of AWS cloud practitioner certificate?

Hi@Safwathullah, The AWS Cloud Practitioner Certificate Exam is ...READ MORE

Aug 7, 2020 in AWS by MD
• 95,440 points
967 views
0 votes
1 answer

Create a SQL table from a Pandas DataFrame.

Hi@akhtar, You can use the Sqlalchemy module to ...READ MORE

Jun 26, 2020 in Python by MD
• 95,440 points
967 views
0 votes
1 answer

What is the DevOps certification path?

There is no officially recognized certification for ...READ MORE

Jun 1, 2020 in Career Counselling by Sirajul
• 59,230 points
967 views
0 votes
1 answer

GCP : 404 "resourceInUse" error when trying to delete a dataset.

This error usually occurs when you are ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
967 views
0 votes
1 answer

How can I run bot on a previous date in UiPath Team Viewer?

Hello there, you can use Type into ...READ MORE

Oct 23, 2019 in RPA by Abha
• 28,140 points
967 views
0 votes
1 answer

Impala get current time

You can get the current time using ...READ MORE

Jun 6, 2019 in Big Data Hadoop by Raman
967 views
–1 vote
1 answer

Hive partition tables

Yes, you can create manual partition. Here's ...READ MORE

Jan 3, 2019 in Big Data Hadoop by Omkar
• 69,210 points
967 views
0 votes
1 answer

Docker for Windows error: Can't connect to ASP.Net site in Docker for Windows

I faced the same problem, but I ...READ MORE

Sep 28, 2018 in Docker by Tyrion anex
• 8,700 points
967 views
0 votes
1 answer

How can I copy SQL Azure database to a local development server?

There are certain ways to do this: Using SSIS ...READ MORE

Jun 26, 2018 in Azure by null_void
• 3,220 points
967 views
+1 vote
1 answer

Are arrays equivalent to objects in Java ?

Yes; the Java Language Specification writes: In the Java ...READ MORE

May 10, 2018 in Java by Rishabh
• 3,620 points
967 views
0 votes
1 answer

How to create a grant in AWS KMS?

Hi@akhtar, You can add a grant to a customer ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
966 views
0 votes
1 answer

How to use MongoDB with promises in Node.js?

Hello @kartik, Try this: var MongoClient = require('mongodb').MongoClient var url ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,880 points
966 views
+1 vote
0 answers

I am trying to perform data driven testing in TestNG. But I am getting error?

I am trying to perform data driven ...READ MORE

Sep 6, 2020 in Selenium by akshay
• 130 points
966 views
0 votes
1 answer

Features of Hive?

Hey, The features of Hive are as follows: It ...READ MORE

May 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
966 views
0 votes
1 answer

Increase cores for yarn in Spark application

By default, only one core is used for ...READ MORE

Mar 26, 2019 in Apache Spark by Bhuvan
966 views
0 votes
0 answers
0 votes
1 answer

Device EndPoint Management in Kaa IoT

Normally you could just request access tokens ...READ MORE

Aug 3, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
966 views
0 votes
1 answer

How to delete a branch in AWS CodeCommit?

Hi@akhtar, You can delete a branch from a repository ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
965 views
0 votes
1 answer

How to create a database from shell command?

Hello @kartik, Try: cat filename.sql | mysql -u username ...READ MORE

Aug 26, 2020 in PHP by Niroj
• 82,880 points
965 views
0 votes
1 answer

How to call MapReduce program using a simple Java Program?

Because map and reduce run on different ...READ MORE

Sep 4, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
965 views
+1 vote
1 answer

Simple Unit Testing NodeJS/Express

You can test it with mocha which ...READ MORE

Jul 16, 2019 in Others by sunshine
• 1,300 points
965 views