Trending questions in Edureka Community

0 votes
1 answer

Can I customise the Pod address range for a routes-based cluster on GKE?

For GKE version 1.7 and later, the ...READ MORE

Oct 31, 2019 in GCP by Sirajul
• 59,230 points
1,053 views
0 votes
1 answer

Error: package or namespace load failed for ‘ggplot2’ - R

Radha, Try restarting the session. the same ...READ MORE

Aug 30, 2019 in Data Analytics by anonymous
• 33,030 points
3,748 views
0 votes
1 answer

Show SQL equivalent code of dplyr code in R

show_query() translated dplyr code into sql equivalent ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
2,178 views
0 votes
1 answer

Location of SSH keys of a Linux VM instance.

After you connect for the first time, ...READ MORE

Nov 8, 2019 in GCP by Sirajul
• 59,230 points
688 views
0 votes
3 answers

What is git rebasing?

HI. Rebase is nothing but a Git utility ...READ MORE

Sep 4, 2020 in Git & GitHub by SRI
1,240 views
0 votes
1 answer

Reduce the Kube DNS replicas on GKE.

If your cluster doesn't require highly available ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
1,064 views
0 votes
3 answers

How to get an internship at IBM?

@Anamiks, Just like any other internships, you ...READ MORE

Sep 9, 2019 in Career Counselling by anonymous
• 33,030 points
3,255 views
0 votes
2 answers

How to remove rows with missing values (NAs) in a data frame?

Hi, The below code returns rows without ...READ MORE

Aug 20, 2019 in Data Analytics by anonymous
• 33,030 points
14,769 views
0 votes
1 answer

Sqoop - moving data from DB2 to HDFS ( hive partition table)

sqoop import --driver com.ibm.db2.jcc.DB2Driver --connect jdbc:db2://db2.my.com:50000/databaseName --username ...READ MORE

Aug 9, 2019 in Big Data Hadoop by Payal
4,603 views
+1 vote
4 answers

Hyperledger: Cannot compile chaincode, cannot find package error

As the error says, it cant find ...READ MORE

Oct 26, 2018 in Blockchain by Omkar
• 69,220 points
12,704 views
+1 vote
2 answers

How do I remove an image in Docker?

Here is what you can try. Use docker ...READ MORE

Sep 4, 2018 in Docker by Damon Salvatore
• 5,980 points
1,000 views
0 votes
1 answer

Cloudwatch error "An error occurred (InvalidParameterException) when calling the GetLogEvents operation"

Change your command from: aws logs --debug get-log-events ...READ MORE

Aug 27, 2019 in AWS by Vikas
3,812 views
0 votes
2 answers

I am offered a role as a Devops engineer in Wipro. What will be the expectations in terms of my job role? Should i take it up?

Job description - 1. Proficiency in Technologies such ...READ MORE

Sep 9, 2019 in Career Counselling by Cherukuri
• 33,030 points
3,276 views
0 votes
1 answer

How do I get to know my transaction history in Google Cloud Platform?

These are the following steps to look at the transaction history within the Google ...READ MORE

Oct 7, 2019 in GCP by Sirajul
• 59,230 points
2,039 views
0 votes
1 answer

Pass sudo password while executing Ansible playbook

Hey @Bob, try something like this: ansible-playbook playbook.yml ...READ MORE

Jul 22, 2019 in Ansible by Akash
5,354 views
0 votes
4 answers

How to solve “bind: cannot assign requested address” Error?

You must mention in your host.conf file ...READ MORE

Jul 31, 2018 in Blockchain by slayer
• 29,370 points
14,594 views
0 votes
1 answer

Kubernetes cluster monitoring with Prometheus with a grafana dashboard.

Hey, You can actually just google Grafana ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,337 views
0 votes
1 answer

Spark:error:throws stack overflow when union a lot.

Hey, Use SparkContext.union(...) instead to union many RDDs at once You ...READ MORE

Jul 31, 2019 in Apache Spark by Gitika
• 65,770 points
4,968 views
0 votes
1 answer

what is a contingency table?

A contingency table is a table showing ...READ MORE

Oct 21, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,426 views
0 votes
1 answer

logic that creates or removes a Liberty server at the runtime - Ansible for WebSphere deployment

You can use the ansible module called ...READ MORE

Oct 30, 2019 in Ansible by Tanya
1,031 views
0 votes
1 answer

How to add leading zeros in R?

There are several solutions to this. One of ...READ MORE

Apr 30, 2018 in Data Analytics by Sahiti
• 6,370 points
24,700 views
0 votes
1 answer

How do I create a Google Cloud Platform (GCP) account?

In order to access the services provided ...READ MORE

Sep 20, 2019 in GCP by Sirajul
• 59,230 points
2,754 views
0 votes
1 answer

error: identified expected but integer literal found.

Hi, You can resolve this error with a ...READ MORE

Jul 4, 2019 in Apache Spark by Gitika
• 65,770 points
6,147 views
0 votes
1 answer

How to add RLS to Tableau?

RLS adds restrictions to access data by users. There ...READ MORE

Oct 30, 2019 in Tableau by Cherukuri
• 33,030 points
1,025 views
0 votes
3 answers

How to rotate an array from a particular index?

Muchas gracias. ?Como puedo iniciar sesion? READ MORE

May 2, 2020 in Java by oisoucknfn
2,130 views
0 votes
1 answer

How to configure and use third party tools in jenkins?

The procedure to utilize a third party ...READ MORE

Aug 27, 2019 in Jenkins by Sirajul
• 59,230 points
3,775 views
0 votes
3 answers

What is the salary offered to a Oracle Cloud Engineer?

There are different levels for this job ...READ MORE

Mar 15, 2019 in Career Counselling by Raghu
2,769 views
0 votes
1 answer

Error: An internal target instance can only be the target of one forwarding rule

If you see the error message "An ...READ MORE

Nov 11, 2019 in GCP by Sirajul
• 59,230 points
500 views
0 votes
2 answers

Hyperledger: ./byfn.sh -m up gives error

just follow those steps: docker ps -aq ...READ MORE

Oct 21, 2020 in Blockchain by anonymous
1,247 views
0 votes
2 answers

How does prioritization helps in testing?

Hi , Lets consider a scenario u have ...READ MORE

Sep 2, 2020 in Selenium by Sri
• 3,190 points
973 views
0 votes
1 answer

What's the difference between kubernetes load balancer and ingress controller?

Load Balancer: So Kubernetes LoadBalancer just points ...READ MORE

Jan 4, 2019 in Kubernetes by DareDev
• 6,890 points
13,924 views
+1 vote
1 answer

Can I select multiple options from a dropdown using Python Selenium webdriver?

Hi Dhwani, you can use following code ...READ MORE

Jul 31, 2019 in Selenium by Abha
• 28,140 points
4,926 views
0 votes
1 answer

Filter with nested if condition in R

Hi Raksha, Use the filter function to filter ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
2,839 views
+1 vote
4 answers

Communication between multiple docker-compose projects

You just need to make sure that ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,350 points
14,529 views
0 votes
1 answer

Why do we use Body-parser in Node.js?

For understanding this first you need to ...READ MORE

May 20, 2019 in Others by sunshine
• 1,300 points
8,026 views
0 votes
1 answer

How to set Automatic page refresh in Power BI Desktop?

1. Click anywhere on the page. 2. Go ...READ MORE

Oct 30, 2019 in Power BI by anonymous
• 33,030 points
1,023 views
0 votes
1 answer

Failed to start namenode in hadoop

Change your following properties in hdfs-site.xml <property> ...READ MORE

Jan 12, 2019 in Big Data Hadoop by Omkar
• 69,220 points
13,593 views
0 votes
1 answer

To Calculate the Standard Deviation in Power BI

Suppose you've to obtain the Standard Deviation ...READ MORE

Nov 26, 2018 in Power BI by Upasana
• 8,620 points
15,589 views
0 votes
1 answer

Java and MySql: Delete database if exists

First, you have to check if the ...READ MORE

Sep 30, 2019 in Java by Kiran
2,272 views
0 votes
1 answer

How do I configure GCP for Migrate for Compute Engine?

Before migrating your applications using Google Cloud ...READ MORE

Oct 21, 2019 in GCP by Sirajul
• 59,230 points
1,376 views
0 votes
1 answer

how get the specific data from an excel and write in another excel file in uipath?

@Renuka, I agree with your approach. You ...READ MORE

Aug 19, 2019 in RPA by Abha
• 28,140 points
4,545 views
0 votes
1 answer

What is webCR in Automation Anywhere?

Hi Abha, in Automation Anywhere WebCR (or ...READ MORE

Oct 16, 2019 in RPA by Anvi
• 14,150 points
1,601 views
0 votes
1 answer

Can I access the new features of cloud filestore in the datastore mode?

No, you can't. Cloud Firestore is backwards compatible ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
766 views
+1 vote
2 answers

Are there any openings for freshers(from EEE ) after doing AWS Training in next 3 months?

Yes, there are lots of online job ...READ MORE

Jan 10, 2020 in Career Counselling by Palak Jain
1,063 views
0 votes
1 answer

I want to know which companies offer best employee benefits in India?

Hi Tejas, big MNCs not only focus ...READ MORE

Sep 5, 2019 in Career Counselling by Abha
• 28,140 points
3,375 views
0 votes
1 answer

What are the requirements essential for using "Migrate for Compute Engine"?

The following are the requirements for using ...READ MORE

Oct 21, 2019 in GCP by Sirajul
• 59,230 points
1,360 views
0 votes
2 answers

Stuck in this issue please help me out

NoClassDefFoundError exception : Mismatch of classpath in ...READ MORE

Sep 6, 2019 in Selenium by varun
• 140 points
3,347 views
0 votes
1 answer

Does the container restart whenever a secret object is updated (kubectl apply -f mysecret.yml)?

If you are mounting the secret as ...READ MORE

Jul 18, 2019 in Kubernetes by Sirajul
• 59,230 points
5,450 views
0 votes
1 answer

What is the default cluster network mode in GKE?

The default cluster network mode depends on ...READ MORE

Oct 31, 2019 in GCP by Sirajul
• 59,230 points
924 views
0 votes
1 answer

What are the advantages of TestNG over JUnit framework?

Hey Kimberly, TestNG has many advantages over ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
7,039 views