Trending questions in Edureka Community

0 votes
1 answer

Is domain name really needed to host a website on the internet?

You do not really need a domain. ...READ MORE

Oct 28, 2019 in Others by Vismaya
975 views
+1 vote
1 answer

Error while using a HTTP Cloud function in GCP.

If CORS isn't set up properly, you're ...READ MORE

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

Connection fails when an instance tries to connect NLB - AWS

Hey @Hannah, so sometimes what happens is ...READ MORE

Oct 15, 2019 in AWS by Tanya
1,574 views
0 votes
2 answers

How can I find out the instance id of an ec2 instance from within the ec2 instance?

A curl or wget to http://169.254.169.254/latest/meta-data/instance-id will ...READ MORE

Mar 9, 2020 in AWS by anonymous
6,983 views
0 votes
0 answers

How to count of category values in a column?

How to count of category values in ...READ MORE

Oct 30, 2019 in Power BI by ch
• 3,450 points
937 views
0 votes
0 answers

How to break datetime field to date field in power bi?

How to break DateTime field to date ...READ MORE

Oct 18, 2019 in Power BI by ch
• 3,450 points
1,477 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
1,182 views
0 votes
1 answer

I am new to Python and trying to get enter in Software domain . Kindly suggest me some major helpful tips

Hi @Rahul. I have been a Python ...READ MORE

Nov 6, 2019 in Python by Sushmita
602 views
0 votes
1 answer

How to access specific key and value from dictionary without loop in uipath

Hello, you can access value of a ...READ MORE

May 2, 2019 in RPA by Anvi
• 14,150 points
9,107 views
0 votes
1 answer

Is it possible to use both the database modes in my gcp project?

No, you can't use both Native Mode ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
669 views
+1 vote
1 answer

How to setup any database connection in R?

Here is how you set up a ...READ MORE

Oct 14, 2019 in Data Analytics by anonymous
• 33,030 points
1,954 views
0 votes
1 answer

Calculate Total number of Male & Female in the PowerBI report

To achieve what you are looking for, ...READ MORE

Feb 28, 2019 in Power BI by Upasana
• 8,620 points
11,409 views
0 votes
2 answers

how to manually install plugins in Jenkins?

You can download the plugin (*.hpi file) ...READ MORE

Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
5,620 views
0 votes
1 answer

Reverse a string in R

Install stringi package and use stri_reverse(). > install.packages("stringi") > ...READ MORE

Oct 14, 2019 in Data Analytics by Cherukuri
• 33,030 points
1,645 views
+2 votes
3 answers

Calico-kube-controllers and coredns are in Pending status and not coming to Running State

root@kmaster:/home/master# kubectl get pods -o wide --all-namespaces NAMESPACE  ...READ MORE

Apr 2, 2019 in Kubernetes by TechnologyExist
• 160 points
11,255 views
+1 vote
1 answer

Power Bi to Machine Learning Model

Hello @vnk! Power BI only supports Azure Machine ...READ MORE

Dec 3, 2019 in Power BI by Priyanka
1,128 views
0 votes
1 answer

dataflow in Power BI

1. Go to the respective workspace. 2. Go ...READ MORE

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

How to launch Chrome browser using Selenium Webdriver on MAC?

Hey Lucas, you can launch chrome browser ...READ MORE

Jul 18, 2019 in Selenium by Abha
• 28,140 points
5,323 views
0 votes
1 answer
0 votes
1 answer

How to handle Bootstrap dropdown in Selenium Webdriver?

Hi Neeru, Bootstrap dropdown isn't like traditional ...READ MORE

Jul 19, 2019 in Selenium by Anvi
• 14,150 points
5,319 views
0 votes
1 answer

How to get the keys on the basis of corresponding values from a dictionary?

Hi there, if you need to get ...READ MORE

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

How to save power bi reports in power bi server?

Follow the below steps: 1. install Power BI Desktop ...READ MORE

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

Redis slave deployment - Kubernetes

You can something like this, Make the ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
1,133 views
+1 vote
1 answer

How to uninstall migrate for compute engine?

The method for uninstalling Google Cloud Migrate ...READ MORE

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

Can anyone suggest whether I should use Surface Automation technique for creating automation or not?

Hello, in my opinion you should avoid using ...READ MORE

Oct 21, 2019 in RPA by Neeti
1,212 views
0 votes
1 answer

How setrep command is used and what is the description to this?

Hi, This HDFS command is used to change ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,770 points
6,565 views
0 votes
1 answer

How to add labels on bars in bar chart in ggplot?

Use geom_text() to add labels on the ...READ MORE

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

PySpark not starting: No active sparkcontext

Seems like Spark hadoop daemons are not ...READ MORE

Jul 30, 2019 in Apache Spark by Jishan
4,797 views
0 votes
1 answer

Python error "Python NameError: global name 'Thread' is not defined"

There is a built-in function with the ...READ MORE

May 31, 2019 in Python by Riya
7,381 views
0 votes
2 answers

Nonexistent host networking interface Error while starting VM

This occurs mainly when the following is ...READ MORE

Aug 25, 2020 in Jenkins by Pistle
• 1,000 points
1,117 views
0 votes
1 answer

Forbidden error for service accounts on GCP VM instances

This error can occur when the VM ...READ MORE

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

How to write a feature file in Cucumber?

A Feature File is an entry point to the Cucumber tests. ...READ MORE

Nov 27, 2019 in Selenium by Sirajul
• 59,230 points
2,153 views
0 votes
2 answers

Kubernetes Ingress servicePort alternative?

Check out this example that allows to ...READ MORE

Nov 20, 2020 in Kubernetes by anonymous
1,383 views
0 votes
1 answer

Migrate from SVN to Git

Hey @Hannah, follow these steps: Create authors file ...READ MORE

Oct 29, 2019 in Git & GitHub by Payal
853 views
0 votes
1 answer

What are the types of robots you can create in an Orchestrator in UiPath?

Hi Urvashi, there are 2 types of ...READ MORE

Mar 12, 2019 in RPA by Abha
• 28,140 points
10,865 views
0 votes
1 answer

How can I find out a private cluster's endpoints?

You can view a private clusters endpoints ...READ MORE

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

How do I invalidate browser cookies?

A user who suspects their browser cookies ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,138 views
0 votes
0 answers

How can we save the extracted file in a specified folder?

While extracting the data using python selenium, ...READ MORE

Nov 7, 2019 in Python by moumita
• 120 points
491 views
0 votes
1 answer

I have created a custom AMI and now I would like to launch it as an EC2 instance. Is this possible? If yes, How?

Hi @Hannah, of course, this is possible. ...READ MORE

Oct 21, 2019 in AWS by Alia
1,190 views
0 votes
1 answer

What is the meaning of def lambda_handler(event, context):

Hey @sradha,  def lambda_handler(event, context):  Here def is for ...READ MORE

Dec 27, 2018 in AWS by Nabarupa
14,060 views
0 votes
1 answer

How can I return value from javascript code in Selenium Webdriver?

Hey Kundan, you can use the return ...READ MORE

Jul 23, 2019 in Selenium by Abha
• 28,140 points
5,086 views
0 votes
0 answers

Difference in the output of NMF.fit and NMF.transform function . Explain the interpretation of the output.

Nov 6, 2019 in Python by Neha
• 120 points

recategorized Nov 6, 2019 by Omkar 557 views
0 votes
1 answer

How do I change the object storage class within a bucket using console?

No,Individual object storage classes cannot be set ...READ MORE

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

How do I get a cheap domain name? - web hosting

Many web hosting companies like amazon's lighsail ...READ MORE

Oct 28, 2019 in Others by Yesha
869 views
0 votes
1 answer

whenever generate report in frontend then this report send to user mail using lambda+sqs+ses

You can create a trigger and send ...READ MORE

Oct 21, 2019 in AWS by Kalgi
• 52,350 points
1,217 views
0 votes
1 answer

How to add Row level security?

To add Row Level Security, Follow the ...READ MORE

Oct 30, 2019 in Power BI by ch
• 3,450 points
791 views
+1 vote
1 answer

How to convert JSON file to AVRO file and vise versa

Try including the package while starting the ...READ MORE

Aug 26, 2019 in Apache Spark by Karan
3,607 views
0 votes
1 answer

How to resolve corrupted blocks in Hadoop?

You can use hdfs fsck / to ...READ MORE

Jul 5, 2019 in Big Data Hadoop by Nandini
5,826 views
+2 votes
7 answers

What are the responsibilities of Blockchain Consultant?

Tamir Zoltovski (Managing Partner at Moneta International ...READ MORE

Aug 31, 2019 in Career Counselling by TamirZoltovski
• 180 points
5,718 views