Trending questions in Edureka Community

0 votes
1 answer

What is url helper in Laravel?

Hello, The url helper may be used to ...READ MORE

Mar 26, 2020 in Laravel by Niroj
• 82,840 points
1,213 views
0 votes
3 answers

How to set Page Load Timeout using C# using Selenium WebDriver

driver.Manage().Timeouts().PageLoad = TimeSpan.FromSeconds(15); READ MORE

Apr 17, 2019 in Selenium by Tim Muir
10,613 views
0 votes
1 answer

Cannot load file to spark: "org.apache.spark.sql.AnalysisException: Path does not exist"

Since the file is in HDFS so ...READ MORE

Jul 31, 2019 in Apache Spark by Tina
11,538 views
0 votes
2 answers

Find the largest value in a dictionary

Use below running code which is simple ...READ MORE

Nov 25, 2021 in Python by Suhas
1,292 views
0 votes
1 answer

Is data science will be a right choice to me, after 3 years of experience in teaching as an assistant professor.

Hii, Yes, you can learn and have career ...READ MORE

Feb 25, 2020 in Career Counselling by Niroj
• 82,840 points
2,530 views
0 votes
1 answer

while executing this iam getting this error can anyone please help me with the solution please

Hi@srija, It seems you have not provided complete ...READ MORE

Apr 6, 2020 in Big Data Hadoop by MD
• 95,460 points
745 views
0 votes
1 answer

how to do global variable declaration in java

Hello,​ Global varriable which is defined after the ...READ MORE

Apr 3, 2020 in Java by Niroj
• 82,840 points
863 views
0 votes
1 answer

can we store hive output in hadoop hdfs

Hi, You can save your hive output to ...READ MORE

Feb 24, 2020 in Big Data Hadoop by MD
• 95,460 points
2,584 views
0 votes
0 answers

How can I create a graph for R? (barplot)

I want to draw a graph of ...READ MORE

Apr 10, 2020 in Data Analytics by anonymous
• 120 points
589 views
0 votes
1 answer

ERROR nova.openstack.common.threadgroup [-] [Errno 13] Permission denied: ‘/usr/lib/python2.6/site-packages/CA’

Hi@akhtar, You may get this error because nova ...READ MORE

Mar 27, 2020 in OpenStack by MD
• 95,460 points
1,156 views
0 votes
1 answer

How to create custom validation rules with Laravel?

Hii @kartik, Follow are the steps to create ...READ MORE

Mar 24, 2020 in Laravel by Niroj
• 82,840 points
1,288 views
0 votes
0 answers

how to set up alerts if any ports are open to the world?

How to set up alerts if any ...READ MORE

Mar 29, 2020 in GCP by darshan
• 120 points
1,100 views
+2 votes
0 answers

Activation failed with error: 106 Error description: Licensing model data missing. Without it, the license cannot be activated

Hi, I am newbie,Please bear with me  I am ...READ MORE

Jan 27, 2020 in RPA by heena
• 180 points
3,679 views
0 votes
1 answer

Why my Instances boot slowly, or sometimes do not boot in OpenStack?

Hi@akhtar, File injection can cause this problem. To ...READ MORE

Mar 23, 2020 in OpenStack by MD
• 95,460 points
1,304 views
+1 vote
2 answers

Python with Selenium issue: “Chrome is being controlled by automated test software”

from selenium import webdriver chrome_options = webdriver.ChromeOptions() chrome_options.add_experimental_option("useAutomationExtension", False) chrome_options.add_experimental_option("excludeSwitches",["enable-automation"]) driver ...READ MORE

Apr 20, 2020 in Selenium by Manoj
16,320 views
0 votes
3 answers

how to use print statement in python3?

Brackets are required to print the output. >>> ...READ MORE

Nov 25, 2021 in Python by anonymous
1,730 views
0 votes
1 answer
0 votes
2 answers

What is following-sibling in selenium?

Xpath=//*[@type='text']//following::input[2] READ MORE

Sep 4, 2020 in Selenium by Sri
• 3,190 points
11,956 views
0 votes
1 answer

How can we create a record in Laravel using eloquent?

We need to create a new model ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,840 points
1,397 views
0 votes
1 answer

How to pass data with routing ?

First you can follow how to pass ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,840 points
1,475 views
0 votes
0 answers

How to Upload Aws lightsail increase upload size

Aws lightsail wordpress increase upload size limit ...READ MORE

Mar 16, 2020 in PHP by anonymous
• 120 points
1,598 views
0 votes
1 answer

How to set pssword based authentication in cassandra?

Hi@akhtar, You can set password to your cassandra ...READ MORE

Apr 1, 2020 in Big Data Hadoop by MD
• 95,460 points
858 views
0 votes
1 answer

Explain what is Angular Expression? Explain what is key difference between angular expressions and JavaScript expressions?

Like JavaScript,  Angular expressions are code snippets ...READ MORE

Feb 10, 2020 in Angular by Niroj
• 82,840 points
3,052 views
0 votes
1 answer

What is the meaning of term “Glance” in OpenStack service?

Hi@akhtar, Glance is image service in OpenStack. The ...READ MORE

Mar 16, 2020 in OpenStack by MD
• 95,460 points
1,546 views
0 votes
1 answer

configure Cassendra in Linux system?

Hi@akhtar, To install cassandra in your system, follow ...READ MORE

Apr 1, 2020 in Big Data Hadoop by MD
• 95,460 points
848 views
+2 votes
1 answer

UiPath (RPA tool) free version installation

Hey @Abha UiPath provides Community Edition which ...READ MORE

Feb 27, 2019 in RPA by Anvi
• 14,150 points
17,996 views
0 votes
1 answer

Python Pandas Dataframe: set_value is deprecated and will be removed in a future release

The set_value function is deprecated and you will ...READ MORE

Apr 8, 2019 in Python by Jai
16,345 views
0 votes
1 answer

How to change a boot disk for a VM instance running on GCP?

In the GCP Console only, you can ...READ MORE

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

How to execute command inside network namespace in OpenStack?

Hi@akhtar, Let’s assume you want to execute “ifconfig” command ...READ MORE

Mar 17, 2020 in OpenStack by MD
• 95,460 points
1,474 views
0 votes
1 answer

What are the best way to allow plugins for a PHP application?

Hii, Here is an approach I have  used, it's ...READ MORE

Apr 1, 2020 in PHP by Niroj
• 82,840 points
820 views
0 votes
1 answer

How can I create and attach a volume to an instance?

Hi@akhtar, To create an additional storage in OpenStack, ...READ MORE

Mar 19, 2020 in OpenStack by MD
• 95,460 points
1,374 views
0 votes
1 answer

Change Ansible Vault editor from vi to nano

By default, the editor used by the ...READ MORE

Mar 5, 2019 in Ansible by Yogesh
17,776 views
0 votes
1 answer

How to create table in cassandra?

Hi@akhtar, To create table in cassandra, you have ...READ MORE

Apr 1, 2020 in Big Data Hadoop by MD
• 95,460 points
794 views
+1 vote
2 answers

Hadoop Learning Path

Hi! Since you have only 6 weeks, it's ...READ MORE

Nov 28, 2019 in Big Data Hadoop by Farheen
1,375 views
0 votes
1 answer

What is $stateProvider in AngularJs?

Routing is just another way of fixing some content ...READ MORE

Feb 11, 2020 in Angular by Niroj
• 82,840 points
2,948 views
0 votes
1 answer

Explain the concept of encryption and decryption in Laravel?

It is a process of transforming any ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,840 points
1,434 views
0 votes
1 answer

In Tableau, How to sum the last 7 days of the value?

It can be achieved easily by creating ...READ MORE

Mar 12, 2019 in Tableau by Cherukuri
• 33,030 points
17,464 views
0 votes
1 answer

What is the impact of covid-19 on a global economy?

Covid-19 that is co-corona,vi-virus,d-development,19-In the year 2019.The ...READ MORE

Mar 19, 2020 in Others by Niroj
• 82,840 points
1,342 views
0 votes
2 answers

why we need beeline?

Remote we are connecting to hive with ...READ MORE

Jul 24, 2020 in Data Analytics by K. Raja Yasodhar
16,340 views
0 votes
1 answer

What is Tagging in Laravel?

Hii @kartik, Occasionally, you may need to resolve ...READ MORE

Mar 26, 2020 in Laravel by Niroj
• 82,840 points
1,040 views
0 votes
1 answer

How to download images from Google

Take a look at this blog, it ...READ MORE

Mar 17, 2020 in RPA by Simran
1,421 views
0 votes
2 answers

AttributeError: 'module' object has no attribute 'Serial'

I see where the problem is. I ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
10,754 views
0 votes
1 answer

CRITICAL keystone [-] ConfigFileNotFound: The Keystone configuration file keystonepaste.ini could not be found

Hi@akhtar, As the error message says, verify whether ...READ MORE

Mar 26, 2020 in OpenStack by MD
• 95,460 points
1,036 views
+1 vote
4 answers

How to Update my Start and End dates parameter or Filter with Today and Last 5 Days Date Automatically ??

Create a calculated field and set its ...READ MORE

Jul 31, 2019 in Tableau by anonymous
3,109 views
–1 vote
2 answers

Truffle migrate not deploying contract.

truffle migrate --reset READ MORE

May 12, 2020 in Blockchain by Jason Romero
9,371 views
0 votes
1 answer

What are the query builder in Laravel?

Hey, Laravel's database query builder provides a convenient, ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,840 points
1,326 views
0 votes
1 answer

How can I create my own image flavor in OpenStack?

Hi@akhtar, To create image flavor in OpenStack, follow ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,460 points
1,273 views
0 votes
0 answers

I am getting no such alert exception in selenium when i tried to run the script

I am getting error after executing the ...READ MORE

Feb 4, 2020 in Selenium by puneeth
• 120 points
3,290 views