Latest questions in Edureka Community

0 votes
1 answer

Python error "error: Unable to find vcvarsall.bat"

Try specifying mingw as the compiler of choice. ...READ MORE

May 29, 2019 in Python by Imran
3,196 views
0 votes
1 answer

How to configure the metastore service to communicate with the MySQL database in Hive?

Hey, This step shows the configuration properties you ...READ MORE

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

How to create initial database without using Hive schema tool?

Hey, If for some reason you decide not ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,016 views
0 votes
1 answer

to pass the user's password to scp

Try using the 'expect' script on the ...READ MORE

May 29, 2019 in Linux Administration by Shubham
• 13,490 points
3,782 views
0 votes
1 answer

Linux : Undefined reference to pthread_create

Try this; gcc -pthread -o term term.c Hope this ...READ MORE

May 29, 2019 in Linux Administration by Shubham
• 13,490 points
9,733 views
0 votes
1 answer

How to sort the data in sql ?

Hi Akash,  If you want to sort ...READ MORE

May 29, 2019 in Database by sampriti
• 1,120 points
918 views
0 votes
1 answer

Do I need to add primary key in each and every table?

Hi Shraddha, You have a doubt to add ...READ MORE

May 29, 2019 in Database by sampriti
• 1,120 points
1,155 views
0 votes
1 answer

How to secure thrift server crash if receives invalid data?

Hey, The Thrift server may crash if it ...READ MORE

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

Setting certificate for authentication in Hue

To set the path to TLS certificate, open ...READ MORE

May 29, 2019 in Big Data Hadoop by Tina
426 views
0 votes
1 answer

Python error "AttributeError: incompatible shape for a non-contiguous array"

It is not always possible to change ...READ MORE

May 29, 2019 in Python by Imran
1,738 views
0 votes
1 answer

What does numpy.reshape() function do in python?

numpy.reshape() gives a new shape to an ...READ MORE

May 29, 2019 in Python by Kyraa
897 views
0 votes
1 answer

Slice an array into multiple arrays - Python

can use numpy.reshape.  In your case, pass 1 ...READ MORE

May 29, 2019 in Python by Alia
634 views
0 votes
1 answer

zeropad all the arrays to match the largest array in that file in python

You can try something like this: import numpy ...READ MORE

May 29, 2019 in Python by Wazeer
380 views
0 votes
0 answers

How can we use sqlite with WAL?

Can you give an example? READ MORE

May 29, 2019 in Python by Waseem
• 4,540 points

edited May 30, 2019 by Omkar 458 views
0 votes
1 answer

can't instantiate chaincode after upgrade of new chaincode

The error tells that a chaincode by ...READ MORE

May 29, 2019 by Omkar
• 69,210 points
1,155 views
0 votes
0 answers

How can you subtract a day from date?

Can you give an example? READ MORE

May 29, 2019 in Python by Waseem
• 4,540 points

edited May 30, 2019 by Omkar 265 views
0 votes
1 answer

How to merge two consecutive regions using command line in HBase?

Hey, The Master and RegionServer both participate in ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,685 views
0 votes
0 answers

I am getting this data from my server

May 29, 2019 in Others by anonymous
322 views
0 votes
1 answer
0 votes
1 answer

How to use Hbase shell in a bash script?

Hello, To write scripts with HBase shell it includes non-interactive mode, ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,766 views
0 votes
1 answer

How do I trim extra zeros from a 2D array in python?

Hey @Laksha, you can try something like ...READ MORE

May 29, 2019 in Python by Yamini
2,539 views
0 votes
1 answer

How do I trim the leading or trailing zeros from a 1d array in python?

Hey @Akki, you can use the numpy ...READ MORE

May 29, 2019 in Python by Wakir
1,474 views
0 votes
1 answer

How to configure ulimit for Hbase using command line?

Hi, Increasing the file handles for the user ...READ MORE

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

Setting user limit for Hbase?

Hey, Because HBase is a database, it opens ...READ MORE

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

Write automation script to submit a form on a webpage using Webdriver?

Hey Riya, you can use following code ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
1,268 views
0 votes
1 answer

How to click on a hyperlink using Selenium WebDriver?

Hi Jonathan, you can use click() method in ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
7,048 views
0 votes
2 answers

Is there any way to get the text of a web element using Selenium Webdriver?

use gettext() in java : string lableText = ...READ MORE

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

How can I clear the text in a text box using Selenium WebDriver?

Hello Akriti, you can clear the text ...READ MORE

May 29, 2019 in Selenium by Anvi
• 14,150 points
6,244 views
0 votes
1 answer

How to input text in the text box without calling the sendKeys()?

Hi Rohan, you can use Javascript Executer ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
44,193 views
0 votes
4 answers

Selenium Exception error -Element is not clickable at point (x, y). Other element would receive the click

If waitings for element, sleeps and oher ...READ MORE

Dec 13, 2019 in Selenium by Douglas
72,709 views
0 votes
0 answers

Where i have to put resource package so it's accessible by external jar in eclipse?

Servlet.init() for servlet [JERSEY] threw exception java.lang.ExceptionInInitializerError cause by ...READ MORE

May 29, 2019 in Java by anonymous

edited May 30, 2019 by Omkar 453 views
0 votes
1 answer

Hue: Set NT domain

Hi.  How to set NT domain? You have to ...READ MORE

May 29, 2019 in Big Data Hadoop by Kiran
360 views
0 votes
1 answer

Has Python 3.0 reached end of support?

The first release of Python 3 was ...READ MORE

Jun 7, 2019 in Python by Harsh
• 180 points
422 views
0 votes
1 answer

What is the most recent version of python 3?

Python 3.7.3 is the latest release of ...READ MORE

Jun 7, 2019 in Python by Harsh
• 180 points
498 views
0 votes
1 answer

How do I schedule a Jenkins compile/build job only when there is a new commit to my source code ?

To automatically run build on code commit, follow ...READ MORE

May 29, 2019 in Jenkins by Sirajul
• 59,230 points
3,624 views
0 votes
1 answer

Deploying Flask on Windows in production

Installing on Windows is kind of like ...READ MORE

May 29, 2019 in Python by SDeb
• 13,300 points
3,283 views
0 votes
1 answer

Hive client for Python 3.x

If you have HiveServer2 installed you can ...READ MORE

May 29, 2019 in Python by SDeb
• 13,300 points
591 views
0 votes
0 answers

how to list the contents of a asset into an event

May 29, 2019 in Others by anonymous
463 views
0 votes
1 answer

What is Webdriver Wait in Selenium Webdriver?

Hey Muskan, WebDriverWait is applied on a certain element ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
542 views
0 votes
1 answer

Which webdriver implimentation is fastest in Selenium Webdriver and why?

Hi Isaac, HTMLUnit Driver implementation is fastest, as ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
4,140 views
0 votes
1 answer

What is a Hub and a Node in Selenium Grid?

@Dharmesh, in Selenium Grid a Hub is ...READ MORE

May 29, 2019 in Selenium by Navneet

edited May 29, 2019 1,609 views
0 votes
1 answer

What is Selenium Grid and when it can be used?

Hello Janki, Selenium Grid is a part ...READ MORE

May 29, 2019 in Selenium by Rahul
510 views
0 votes
1 answer

To locate the HBase data cell which three co-ordinate is used ?

Hey,  HBase uses the coordinates to locate a ...READ MORE

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

Which data type is used to store the data in HBase table column?

Hey, Byte Array,  Put p = new Put(Bytes.toBytes("John Smith")); All ...READ MORE

May 29, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,099 views
0 votes
2 answers

What are the type of Parameterization in TestNG?

A Data Provider is a method on your class ...READ MORE

May 28, 2019 in Selenium by Frankie
• 9,830 points
999 views
0 votes
0 answers

How do you create a relationship between two queries with same database?

I have some database view with several ...READ MORE

May 28, 2019 in Power BI by Phalguni
• 1,020 points
541 views
0 votes
1 answer

What is DataProvider in TestNG?

A Data Provider is a method on your class ...READ MORE

May 28, 2019 in Selenium by Frankie
• 9,830 points
455 views
0 votes
1 answer

What are the different ways of handling authentication popup window using Selenium?

Hey Pragati, authentication popups can be handled ...READ MORE

May 28, 2019 in Selenium by Abha
• 28,140 points
31,546 views
0 votes
0 answers

Can you explain OSI model?

Can you explain OSI Model? READ MORE

May 28, 2019 by Oshin
214 views
0 votes
2 answers

What is the command to restart jenkins through command line in linux?

On Ubuntu or Debian, when installed through apt-get/dpkg: $ ...READ MORE

Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
20,127 views